Multi-objective Optimization-based Selection for Quality-Diversity by Non-surrounded-dominated Sorting
We use the code of DQD-RL as the framework for QDGym.
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/.
For more information see README-dqdrl.md