A library of deep reinforcement learning algorithms on Github

A deep reinforcement learning algorithm library has been collected and organized. Features: The code is simple and easy to understand, and the performance is good. It has been packaged to github: DRL_algorithm_library .
Contains code and corresponding papers:

  • DDPG
  • PPO + GAE
  • TD3
  • SAC
  • MADDPG

Guess you like

Origin blog.csdn.net/weixin_43145941/article/details/115351814