This line maze solver is being driven an ATmega168 microcontroller which is programmed using the Arduino IDE. The device was able to follow the lines accordingly and makes it pre-programmed by using ...
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish. A huge variety of algorithms exist for generating and solving mazes. These ...
Abstract:-- Line maze solving algorithm is an algorithm used to solve a maze made of lines to be traced by a mobile robot. But it is designed only for lines with right angle intersection or turn.
Abstract: Smart Maze solver Using Reinforcement Learning (RL) aims to develop an agent capable of solving a maze-environment by using its learning in an RL algorithm specifically, Q-learning Algorithm ...