ReinventCommunity icon indicating copy to clipboard operation
ReinventCommunity copied to clipboard

Regarding Path setup

Open suneelbvs opened this issue 4 years ago • 1 comments

Hi,

I have a questions related to path setup in jupyter notebook. I was bit confused with the path definitions : reinventcli folder should redirected to "reinventv.3.1 folder" rather than "reinvent community folder"?.

Also, do we need to install reinventv.3.1 separately and define the env here:

--------- change these path variables as required

reinvent_dir = os.path.expanduser("~/Desktop/reinventcli") reinvent_env = os.path.expanduser("~/miniconda3/envs/reinvent.v3.0") output_dir = os.path.expanduser("~/Desktop/REINVENT_Use-Case-DRD2_demo")

Please advise.

Thank you in advance.

Regards, Suneel

suneelbvs avatar Oct 27 '21 07:10 suneelbvs

Hi,

Thanks for using REINVENT! To clarify reinvent_dir should point to your current folder with REINVENT`s code. If you have switched to 3.1 branch then it will be in the same folder so probably no need to change.

@GuoJeff Have we merged reinvent.v3.1 with main already?

With regard to the environment we havent incremented it and it is still called reinvent.v3.0 however there are libraries that have been updated so you may want to also update your existing environment if you have been previously using version 3.0 Hope the explanation above makes sense.

Best

patronov avatar Oct 28 '21 09:10 patronov