Skip to content

This project aims to be an example of the implementation of various reinforcement learning concepts using the Gym library in Python.

Notifications You must be signed in to change notification settings

amiiirdara/Cartpole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CartPole

This project aims to be an example of the implementation of various reinforcement learning concepts using the Gym library in Python.


It specifically

Phase 1: Focuses on the "CartPole" environment provided by Gym.

Phase 2: Takes a look at some algorithms like QLearning and SARSA.

Phase 3: Provides a custom env named CustomMiniGridEnv instead of using Gym environments and applies Tabular QLearning on it.

Phase 4: Makes itself better and better in deeper insights

Contributors

AmirMahdi Daraei

Helia AkhtarKavian

About

This project aims to be an example of the implementation of various reinforcement learning concepts using the Gym library in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published