Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.16 KB

rl-framework

General framework of reinforcement learning algorithms. Implemented for experiments of AILab, Peking University.

Basic Rules

  • Universal
  • Easy to use / edit
  • Documents

Algorithms

TODOLIST

  • Try to design an easy-to-use mode for lab's experimental needs
  • Evaluate the PyTorch & TensorFlow implement of DDPG, and create an easy document for DDPG
  • Implement basic DQN published on Nature
  • READ TRPO and PPO BEFORE implement them
  • Think about other algorithms need to be added in this repo
  • some other todos...