Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
/ Q_MazeSolver Public archive

Maze solving game using agent driven by Q dictionary. Agent must take the most apples and avoid mines.

License

Notifications You must be signed in to change notification settings

markub3327/Q_MazeSolver

Repository files navigation

MazeSolver with Q-dictionary

Release Tag

Issues Commits

Languages Size

States

26 inputs = 2 position + 24 objects around agent

Actions

  • Up
  • Down
  • Left
  • Right

Run

dotnet run

License

MIT

About

Maze solving game using agent driven by Q dictionary. Agent must take the most apples and avoid mines.

Topics

Resources

License

Stars

Watchers

Forks

Languages