We start our experiments related to the creation of the successful maze navigation agent with a simple maze configuration. The simple maze configuration, while having the deceptive local optima cul-de-sacs discussed earlier, has a relatively straightforward path from the start point to the exit point.
The following diagram represents the maze configuration used for this experiment:
The maze in the diagram has two specific positions marked with filled circles. The top-left circle denotes the starting position of the maze navigator agent. The bottom-right circle ...