Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 256 Bytes

double_dqn

A CleanRL style implementation of DoubleDQN

Get started

To run the DoubleDQN implementation you can run

python double_dqn.py

and set the flags you want, like:

pythob double_dqn.py --env_id LunarLander-v2 --track