2017-05-05 22:24:51 -06:00
2017-05-11 21:30:04 -06:00
2017-04-20 13:59:53 -06:00
2017-05-11 23:50:41 -06:00
2017-05-11 16:17:51 -06:00
2017-05-10 21:03:45 -06:00
2017-05-11 23:50:41 -06:00
2017-04-20 15:20:23 -06:00
2017-05-11 21:30:04 -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

Benchmarked by classical control tasks (CartPole, LunarLander). Atari games will make it difficult to replicate in a regular laptop without a good GPU. However it's fairly easy to adapt the components to fit 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%