Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achronus/udacity-drl-nanodegree-projects
My solutions to the projects within the Udacity Deep Reinforcement Learning Nanodegree.
https://github.com/achronus/udacity-drl-nanodegree-projects
ddpg deep-reinforcement-learning maddpg q-learning udacity-nanodegree unity-ml-agents
Last synced: 13 days ago
JSON representation
My solutions to the projects within the Udacity Deep Reinforcement Learning Nanodegree.
- Host: GitHub
- URL: https://github.com/achronus/udacity-drl-nanodegree-projects
- Owner: Achronus
- License: mit
- Created: 2020-12-23T17:23:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T14:34:52.000Z (over 3 years ago)
- Last Synced: 2024-10-28T17:19:55.063Z (about 2 months ago)
- Topics: ddpg, deep-reinforcement-learning, maddpg, q-learning, udacity-nanodegree, unity-ml-agents
- Language: Python
- Homepage:
- Size: 6.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Udacity DRL Nanodegree Projects
## Introduction
This repository focuses on my solutions to the three projects within the [Udacity Deep Reinforcement Learning Nanodegree](https://www.udacity.com/course/deep-reinforcement-learning-nanodegree--nd893).
## Projects
Each project has its own folder containing the solution files and details of the project itself. Some projects may have multiple solutions which also have their own folder dedicated to that solution.
The projects contained within this repository are listed below.
- __Project 1: Banana World__
- [Basic DQN](https://github.com/Achronus/Udacity-DRL-Nanodegree-Projects/tree/master/p1_navigation)- __Project 2: Continuous Control__
- [Reacher](https://github.com/Achronus/Udacity-DRL-Nanodegree-Projects/tree/master/p2_reacher)- __Project 3: Multi-Agents__
- [Tennis](https://github.com/Achronus/Udacity-DRL-Nanodegree-Projects/tree/master/p3_tennis)