vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
5.26k stars 602 forks source link

Adding Double DQN #250

Open AshwinSankar17 opened 2 years ago

AshwinSankar17 commented 2 years ago

Problem Description

Hi I would like to add the double DQN algorithm to cleanrl. Can someone give me the go-ahead?

vwxyzjn commented 2 years ago

Hi @iamunr4v31, feel free to do it. Thanks for considering making a contribution. Please check out our contribution guide for the usual process.

The main things I am looking for are 1) single file implementations (minimal lines of code), 2) documentation explaining notable implementation details, 3) benchmarking and matching the performance of reference implementations.

Thanks again!