Having implemented the maze-solver simulator, as well as the experiment runner and fitness evaluation callbacks, we are ready to start a maze-solving experiment. Make sure you copy all the related Python scripts and configuration files (maze_config.ini and medium_maze.txt) into the working directory.
After that, enter this directory and execute the following command from your terminal application of choice:
$ python maze_experiment.py -m medium -g 150
The preceding command loads the simple maze configuration from the medium_maze.txt file and creates the appropriate maze ...