2017-05-26 15:18:45 -06:00
2017-05-24 19:45:42 -06:00
2017-05-20 22:09:18 -06:00
A3C
2017-05-13 13:48:18 -06:00
2017-05-26 15:18:45 -06:00
2017-04-20 13:59:53 -06:00
2017-05-26 15:18:45 -06:00
2017-05-26 15:18:45 -06:00
2017-05-20 22:09:18 -06:00
2017-05-20 22:09:18 -06:00
2017-05-26 15:18:45 -06:00
2017-05-24 19:45:42 -06:00

DeepRL

Highly modularized implementation of popular deep RL algorithms powered by PyTorch

  • Deep Q-Learning
  • Asynchronous One-Step Q-Learning
  • Asynchronous One-Step Sarsa
  • Asynchronous N-Step Q-Learning
  • Asynchronous Advantage Actor Critic (A3C)

Tested with both classical control tasks (CartPole, LunarLander) and Atari games.

Try it out from main.py!

S
Description
Highly modularized implementation of popular deep RL algorithms by PyTorch
Readme Apache-2.0
5.2 MiB
Languages
Python 100%