Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rl Quadcopter | 130 | 2 years ago | 3 | Jupyter Notebook | ||||||
Teach a Quadcopter How to Fly! | ||||||||||
Udacity Deep Reinforcement Learning | 39 | 4 years ago | 6 | Jupyter Notebook | ||||||
My solutions to the projects (and mini-projects) of the Deep Reinforcement Learning Nanodegree by Udacity | ||||||||||
Dlfnd Quadcopterrl | 17 | 6 years ago | 1 | Jupyter Notebook | ||||||
Deep Rl Quadcopter | 16 | 6 years ago | HTML | |||||||
Implementation of Deep Deterministic Policy Gradients (DDPG) to teach a Quadcopter How to Fly! | ||||||||||
Rl.capstone | 10 | 6 years ago | 1 | mit | Python | |||||
My Udacity Machine Learning Nanodegree capstone project in Reinforcement Learning | ||||||||||
Deepreinforcementlearningnanodegree | 8 | 5 years ago | Jupyter Notebook | |||||||
Exercices and assignments from the Udacity deep reinforcement learning nanodegree | ||||||||||
Rl Quadcopter | 7 | 6 years ago | Jupyter Notebook | |||||||
udacity final project. teach a quadcopter to fly using reinforcement learning | ||||||||||
Udacity Machine Learning Nanodegree | 6 | 7 years ago | mit | Jupyter Notebook | ||||||
Project work from the Udacity machine learning nanodegree encompassing general techniques for supervised,unsupervised and reinforcement learning | ||||||||||
Udacity Reinforcement Learning | 4 | 9 months ago | Jupyter Notebook | |||||||
在该项目中,你将使用强化学习算法,实现一个自动走迷宫机器人。 | ||||||||||
Reinforcement Learning Continuous Control | 3 | 5 years ago | Python | |||||||
Continuous Control with deep reinforcement learning where the agent must reach a moving ball with a double jointed arm |
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"