poli.objective_repository.super_mario_bros.register

poli.objective_repository.super_mario_bros.register#

Registers the Super Mario Bros objective function and factory.

The metric being recorded is the number of jumps Mario makes in a given level. The goal is, of course, maximizing it while keeping the level playable.

Classes

SuperMarioBrosBlackBox([max_time, ...])

Black box which returns how many jumps were performed by Mario in the given level.

SuperMarioBrosProblemFactory()

Problem factory for the Super Mario Bros objective function.