/maze-rl-agent

A reinforcement learning agent for solving 2D mazes using policy and value iterations

Primary LanguagePythonMIT LicenseMIT

Reinforcement Learning Maze Agent

A maze solver that will generate a maze of size NxN with barriers at random grid locations. Then it will try to learn the path out of the grid using policy and value iteration.