| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To set up your python environment to run the code in this repository, follow the instructions below.
Create (and activate) a new environment with Python 3.6.
conda create --name drlnd python=3.6
source activate drlndconda create --name drlnd python=3.6
activate drlndFollow the instructions in this repository or see below to perform a minimal install of OpenAI gym.
git clone https://github.com/openai/gym.git
cd gym
pip install -e .git clone https://github.com/rmoin/DeepReinforcementLearning.git
cd DeepReinforcementLearning/python
pip install .python -m ipykernel install --user --name drlnd --display-name "drlnd"| Back | FazBrowse Home | New Git URL |