Skip to content

Basic implementation of Q-learning with Gym Cart Pole environment. Learning exercise.

Notifications You must be signed in to change notification settings

pablo-01/Q-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Q-Learning

Basic implementation of Q-Learning with Gym CartPole environment. Learning exercise. Based on Q-table.

To run:

  1. Use Conda or virtual environment of choice.
  2. Install libraries: pip install -r requirements.txt

Data will be saved to a csv file in root directory.

Q-learning(1)

About

Basic implementation of Q-learning with Gym Cart Pole environment. Learning exercise.

Topics

Resources

Stars

Watchers

Forks

Languages