Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.79 KB

File metadata and controls

21 lines (15 loc) · 1.79 KB

Udacity Deep Reinforcement Learning Nanodegree

This repository contains exercises and projects I've worked on for the nanodegree.

These are my reports for the three main projects, trained using Unity ML-Agents.

Navigation Continuous Control Collaboration and Competition
Implemented with a Dueling DDQN. See the README and the report. Implemented with A2C-GAE. See the README and the report. Implemented with MADDPG and self-play. See the README and the report.

Also, here's a list of exercise notebooks trained on a few OpenAI Gym environments.

Some python scripts derived from the notebooks are provided as well.