Deepreinforcementlearningnanodegree

Exercices and assignments from the Udacity deep reinforcement learning nanodegree
Alternatives To Deepreinforcementlearningnanodegree
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Rl Quadcopter130
2 years ago3Jupyter Notebook
Teach a Quadcopter How to Fly!
Udacity Deep Reinforcement Learning39
4 years ago6Jupyter Notebook
My solutions to the projects (and mini-projects) of the Deep Reinforcement Learning Nanodegree by Udacity
Dlfnd Quadcopterrl17
6 years ago1Jupyter Notebook
Deep Rl Quadcopter16
6 years agoHTML
Implementation of Deep Deterministic Policy Gradients (DDPG) to teach a Quadcopter How to Fly!
Rl.capstone10
6 years ago1mitPython
My Udacity Machine Learning Nanodegree capstone project in Reinforcement Learning
Deepreinforcementlearningnanodegree8
5 years agoJupyter Notebook
Exercices and assignments from the Udacity deep reinforcement learning nanodegree
Rl Quadcopter7
6 years agoJupyter Notebook
udacity final project. teach a quadcopter to fly using reinforcement learning
Udacity Machine Learning Nanodegree6
7 years agomitJupyter Notebook
Project work from the Udacity machine learning nanodegree encompassing general techniques for supervised,unsupervised and reinforcement learning
Udacity Reinforcement Learning4
9 months agoJupyter Notebook
在该项目中,你将使用强化学习算法,实现一个自动走迷宫机器人。
Reinforcement Learning Continuous Control3
5 years agoPython
Continuous Control with deep reinforcement learning where the agent must reach a moving ball with a double jointed arm
Alternatives To Deepreinforcementlearningnanodegree
Select To Compare


Alternative Project Comparisons
Readme

Personal Work Files for Udacity's Deep Reinforcement Learning Nanodegree Program

Exercices

    • [x] 01. Dynamic Programming
    • [x] 02. Monte Carlo Control
    • [x] 03. Temporal Difference Control
    • [x] 04. Discretization
    • [x] 05. Tile Coding
    • [x] 06. Deep Q-Networks
    • [ ] 07. Robotics
    • [x] 08. Hill Climbing
    • [x] 09. Cross Entropy
    • [x] 10. REINFORCE
    • [ ] 11. Proximal Policy Optimization (PPO)
    • [x] 12. Deep Deterministic Policy Gradients (DDPG)
    • [ ] 13. Multi-Agent DDPG
    • [ ] 14. AlphaZero

Labs and Graded Projects

    • [ ] P0. Taxi - general RL.
    • [x] P1. Navigation - value-based methods.
    • [x] P2. Continuous Control - policy-based methods.
    • [x] P3. Collaboration and Competition - multi-agent RL.

Setup

TODO: Dockerfiles for CPU/GPU machines.

# Environment
conda create --name drlnd python=3.6
source activate drlnd

# OpenAI gym
git clone https://github.com/openai/gym.git
cd gym
pip install -e '.[classic_control]'
pip install -e '.[box2d]'

# Other Dependencies
git clone https://github.com/udacity/deep-reinforcement-learning.git
cd deep-reinforcement-learning/python
pip install .

# Kernel
python -m ipykernel install --user --name drlnd --display-name "drlnd"
Popular Udacity Projects
Popular Reinforcement Learning Projects
Popular Learning Resources Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
C Plus Plus
Jupyter Notebook
Deep Learning
Pytorch
Reinforcement Learning
Udacity
Rl
Deep Reinforcement Learning
Openai Gym
Ddpg