Multi-objective Optimization-based Selection for Quality-Diversity by Non-surrounded-dominated Sorting
We use the code of DSAGE as the framework for Mario environment generation.
First, install singularity.
Then, build the container:
sudo make container.sif
To run the experiments on a local machine:
bash script/run_local.sh CONFIG SEED NUM_WORKERS
where the CONFIG
is a gin file in config/mario/.
For more information see README-dsage.md