Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 228 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 228 Bytes

Reinforcement learning - Open AI - Cart Pole - TensorFlow

A Tensorflow implementation of an RL agent to balance a Cartpole from OpenAI Gym

Usage

  1. Run gym_run.py to train the model.
  2. Run gym_test.py to show the result.