Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

image

A Q-learning algorithm that solves a Maze

To run the algorithm in a generated maze, you'll have to have python (or python3) installed, then run the applications after installing the requirements:

For python:

pip install -r requirements.txt
python Maze.py

For python3

pip3 install -r requirements.txt
python3 Maze.py

Preview

The meaning of the symbols are:

  • 'X': the entrance, the mark is the exit.
  • '@': the exit
  • '¤': a wall
  • '.': empty passage

image

About

A Q-learning algorithm that solves a Maze

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages