Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 146 Bytes

File metadata and controls

16 lines (13 loc) · 146 Bytes

Requirements

pip install catalyst gym

Run

# DQN
python dqn.py

# DDPG
python ddpg.py

# REINFORCE
python reinforce.py