| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains material related to Udacity's Value-based Methods course.
The tutorials lead you through implementing various algorithms in reinforcement learning. All of the code is in PyTorch (v0.4) and Python 3.
The labs and projects can be found below. All of the projects use rich simulation environments from Unity ML-Agents.
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 to perform a minimal install of OpenAI gym.
Clone the repository (if you haven't already!), and navigate to the python/ folder. Then, install several dependencies.
git clone https://github.com/udacity/Value-based-methods.git
cd Value-based-methods/python
pip install .python -m ipykernel install --user --name drlnd --display-name "drlnd"Come learn with us in the Deep Reinforcement Learning Nanodegree program at Udacity!
| Back | FazBrowse Home | New Git URL |