Files
DeepRL/README.md
T
2017-06-02 22:34:30 -06:00

759 B

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