schrum2 / MM-NEATv2

MM-NEAT version 2.0 is no longer supported. Please get MM-NEAT 3+ from https://github.com/schrum2/MM-NEAT
Other
11 stars 5 forks source link

Post Eval for GVGAI does not work #442

Closed DarwinJohnson closed 7 years ago

DarwinJohnson commented 7 years ago

The GVGAI Task now runs, and it's possible to watch a visualization of the Task while it is running, but it's not possible to watch the Task visually after a completed run. Attempts to use postAllBestObjectiveWatch have failed thus far. While troubleshooting, it was discovered that the label for the Task was null, which shouldn't be happening. Find out why the Task is considered null, and see if there's a way to get Post Evals to work.

DarwinJohnson commented 7 years ago

It looks like the GVGAI PostEval actually does work; we were typing in the wrong parameters during the last attempts. As of right now, the correct tokens are "gvgai", the name of the Game to be evaluated (i.e. Zelda), the name of the File to be used (i.e. ZeldaOneStep), and then the Run Number and Number of Trials to watch. Tested this configuration for a few tries, and this appears to work.