Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
0

Reinforcement Learning AI Maze Solver!

A topic by Armaan.M created Apr 05, 2024 Views: 218 Replies: 2
Viewing posts 1 to 2

https://armaanm.itch.io/reinforcement-learning-ai-maze-solver

See AI learn to solve mazes. In this simulation, the bot has no knowledge of it's surroundings or the positions of the obstacles/rewards and only knows rewards of the squares it has visited. This RL model uses no libraries and is made in vanilla Javascript!


This is really cool!

Thanks! I am really new to this AI stuff but I will try making more soon!😄