Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 167 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 167 Bytes

Reinforcement learning training example

pip install -r requirements.txt
# For REINFORCE:
python reinforce.py
# For actor critic:
python actor_critic.py