Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 556 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 556 Bytes

This Repository contains different RL methods for CartPole game:

  1. CartPole_AgentLearning.ipynb - contains code for recording and repeating playing style of human player.

  • You have to play and balance CartPole by yourself
  • Train an LSTM network to repeat your experience
  • Run agent which plays in your style
  1. CartPole_GA.ipynb - contains code for learning to play automatically with genetic algorithm

  2. CartPole_Q_learning.ipynb - contains code for learning to play automatically with DQN

Other methods coming soon...