/cart-pole-rl

Reinforcement Learning to train the famous Cart Pole Model. The model uses the Actor Critic approach and uses the OpenGym.

Primary LanguagePython

Reinforcment Learning - Cart Pole Game

Letting the Neural Network play the Cart Pole Game!

cart-pole

Run the Model locally

Intsall the required models

pip install -r requirements.txt

To run the code:

python main.py