Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 206 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 206 Bytes

ppo-cart-pole

An extremely simple PPO implementation used to train a 2 headed neural network to solve the Cart Pole problem.

This is a bare bones example that is great to copy from and modify as needed.