2017-06-03 09:43:44 -06:00
2017-06-03 09:43:44 -06:00
2017-05-24 19:45:42 -06:00
2017-06-02 22:15:23 -06:00
2017-05-28 21:46:33 -06:00
2017-05-31 15:43:17 -06:00
2017-05-29 23:51:23 -06:00
2017-04-20 13:59:53 -06:00
2017-06-02 22:33:47 -06:00
2017-06-02 22:15:23 -06:00
2017-05-20 22:09:18 -06:00
2017-06-02 22:34:30 -06:00
2017-05-26 15:18:45 -06:00
2017-06-02 22:15:23 -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) and Atari games.

Usage

Detailed usage can be found in main.py

References

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