ailab-pku / rl-framework

Framework of Reinforcement Learning algorithms for AILab, Peking University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About

Framework of Reinforcement Learning algorithms for AILab, Peking University


Languages

Language:Python 99.9%Language:Shell 0.1%