December 2019
Intermediate to advanced
368 pages
11h 10m
English
Now that we have the results of the game agent's training, it will be interesting to see how the solution we've found plays Frostbite in the Atari environment. To run the simulation, you need to copy the current elite genome representation from the output and paste it into the seeds field of the display.py file. After that, the simulation can be run using the following command:
$ python display.py
The preceding command uses the provided elite genome to create a phenotype ANN and uses it as the controller of the Frostbite playing agent. It will open the game window, where you can see how the controller ANN is performing. The game will continue until the game character doesn't have any lives left. The following image ...
Read now
Unlock full access