java ch.idsia.scenarios.Play
Lets you play a game of Mario yourself on the lowest difficulty level. Controls are the arrow keys, a and s.java ch.idsia.scenarios.Play ch.idsia.ai.agents.ai.ForwardAgent
Shows a hard-coded agent playing the same Mario level.java ch.idsia.scenarios.Evolve
Evolves a neural-network based controller using a simple Evolution Strategy.java ch.idsia.scenarios.Play evolved.xml
Shows your recently evolved controller playing the same Mario level as in the examples above.java ch.idsia.scenarios.Stats evolved.xml 0
Tests your recently evolved controllers on a large number of levels of different difficulty. This class will be used for ranking the submitted controllers and deciding the winner, but a different seed than 0 will be used.java ch.idsia.tools.ToolsConfigurator
Brings up a graphical user interface with a number of options for running different agents on different Mario levels.