The repository contains solutions for the projects in the Udacity course https://eu.udacity.com/course/deep-reinforcement-learning-nanodegree--nd893
-
Value Based Reinforcement Learning: Neural Network used to learn an approximation of the Q function (Deep-Q Learning).
-
Details: https://github.com/antoniopenta/deep_reinforcement_learning/tree/master/drl_navigation
-
Policy Gradient Reinforcement Learning: Neural Network used to learn an approximation of the Policy function for continous actions (Deep Deterministic Policy Gradient-DDPG).
-
Details: https://github.com/antoniopenta/deep_reinforcement_learning/tree/master/drl_continous_control
-
Actor Critic based solution for collaboration between two agents.
-
Details: https://github.com/antoniopenta/deep_reinforcement_learning/tree/master/drl_multiagent_rl
- If you found this code useful, please condider to make a donation to AVSI
Many thanks!