Curtin-Machine-Learning-Club/CartPoleAI
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
CartPole AI - Author : Milan Marocchi - References : https://gym.openai.com/envs/CartPole-v0/ https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html https://github.com/Lazydok/RL-Pytorch-cartpole - Notes : The code is based off of the references. How to run: python3 Agent.py run How to train: python3 Agent.py train <steps>