I am currently working through an Evolutionary Computation module at University and one of the assignments tasks us with creating some form of Evolutionary Algorithm for the Mario AI learning track.
I am fairly new to the Maro AI, and after playing around with it, I am having trouble getting the evolutionary stuff working. At the moment I am currently playing around with the SimpleMLPAgent, but when I run it with
ch.idsia.scenarios.Play it only seems to run the once, but because it is a learning agent I thought it would run back to back, showing the different generations and their fitness as it progresses.
Would it be possible if anyone could show or point me in the right direction to get one of the learning agents to run, showing the fitness after each generation (or a certain number of generations). This way, I can play around with the agent to try and improve the rate at which the fitness increases with each evolution. Being able to see the agents later generations fitness would be sufficient enough for me to play around with and hopefully improve on.
Thanks in advance,
Jamie