Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 610 Bytes

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.

Preparation

First, install singularity.

Then, build the container:

sudo make container.sif

Running Experiments

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