Skip to content

Files

Latest commit

f390239 · Feb 13, 2022

History

History

reinforcement_learning

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 13, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022

Requirements

pip install catalyst==22.02 gym==0.18.0

Run

# DQN
python dqn.py

# DDPG
python ddpg.py

# REINFORCE
python reinforce.py