Skip to content

hegde95/Reinfocement-Learning--Maze-solver-with-Q-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the main.py to train and test the Qtable

The environment is a 5x5 maze which contain walls in between. The agent starts at the top left corner(State 0 or Position [0,0]). The final goal is to reach the end of the maze, which is at the bottom left corner (State 24 or position [4,4]). The walls of the maze can be configured by passing the state values as inputs to the constructor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages