Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.9 KB

README.md

File metadata and controls

51 lines (33 loc) · 2.9 KB

Projects from the DeepRL Nanodegree by Udacity

This repo contains implementations to the projects of the Deep Reinforcement Learning Nanodegree by Udacity. The projects we have to implement as part of the course are the following:

  • Simple navigation using DQN: Implement a DQN-based agent to collect bananas in a virtual environment.
  • Continuous control with DDPG and PPO: Implement a (DDPG|PPO)-based agent to control its arm to reach a target location.
  • Cooperation (Open ended project): Train two agents in a cooperative way to play tennis.

CODE | POSTS: FULL - PART-1 - PART-2 - PART-3 | REPORT

project-1-banana-agent

project-1-lunarlander-agent

CODE | REPORT

project-2-reacher-multi-agent

CODE | REPORT

project-3-tennis-agent