-
Create new environment
- Setup conda
conda deactivate conda env remove --name rl.gym.1 conda create --name rl.gym.1 python=3.6 conda activate rl.gym.1
- Install dependencies
conda install pylint pywin32 jupyter pycodestyle conda install pandas scikit-learn scipy numpy seaborn matplotlib # conda install spacy gensim nltk # For NLP conda install pytorch torchvision cudatoolkit=10.1 -c pytorch # For CUDA 10.2
- Setup conda
-
Export environment
conda env export --name rl.gym.1 >.environment.yml
-
Import environment
conda env create -f .environment.yml
-
Load anaconda:
& 'C:\Users\partho\Anaconda3\shell\condabin\conda-hook.ps1' ; conda activate 'C:\Users\partho\Anaconda3' ; cd d:\src\c
-
Notifications
You must be signed in to change notification settings - Fork 0
Template for ML projects with jupyter & common libraries
License
kitamstudios/python-ml-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Template for ML projects with jupyter & common libraries