openai / spinningup

An educational resource to help anyone learn deep reinforcement learning.
https://spinningup.openai.com/
MIT License
9.94k stars 2.19k forks source link

Add DQN algorithms #69

Open zuoxingdong opened 5 years ago

jachiam commented 5 years ago

Words can't describe how much I want to do this, but sadly I certainly won't have the time for it until at least February (and realistically, later than that).

zmonoid commented 5 years ago

@jachiam @zuoxingdong You may check my repo: https://github.com/zmonoid/spinningup

python -m spinup.run dqn --env_name BreakoutNoFrameskip-v4

is all you need.