Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 439 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 439 Bytes

PyDRL

A Python Deep Reinforcement Learning library. We make the whl so that you don't have to reinvent it

To Do

  1. Agents -
  • Random Agent
  • CEM Agent
  • DQN
  • DQN with Target Value Network
  • Double DQN
  • Dueling DQN
  • Policy Gradient
  • Actor Critic
  • Advantage Actor Critic - A2C
  • Asynchronous Advantage Actor Critic - A3C
  1. Utilities -
  • Experience Replay
  • Prioritised Experience Replay
  • Ring Buffer