Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 274 Bytes

File metadata and controls

11 lines (9 loc) · 274 Bytes

Reinforcement learning training examples with Ignite

ported from pytorch-examples

pip install gymnasium
# For REINFORCE:
python reinforce.py
# For actor critic:
python actor_critic.py