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!