December 2019
Intermediate to advanced
368 pages
11h 10m
English
In the source code for this chapter, we also provide the experiment runner implementation based on the MultiNEAT Python library that we introduced in Chapter 2, Python Libraries and Environment Setup.
You can try to use it to solve the hard maze task as follows:
$ conda install -c conda-forge multineat
$ python maze_experiment_multineat.py -m hard -g 500 -t 10 --width 200 --height 200
These commands install the MultiNEAT library in the current Anaconda environment and start 10 trials (with 500 generations each) of the hard maze experiment using ...
Read now
Unlock full access