Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.1 KB

Sample-Efficient Quality-Diversity by Cooperative Coevolution

The official implementation of our ICLR'24 paper Sample-Efficient Quality-Diversity by Cooperative Coevolution.

Requirements

The implementation is built in conda.

The environment can be built with

conda env create -f environment.yml

Running Experiments

Run the following commands to evaluate CCQD on Humanoid Uni:

conda activate ccqd
python -m src algo=CCQD env=humanoid_uni seed=1000

You can replace each of the three parameters (i.e., algo, env, and seed) to evaluate different methods on different environments with different seeds.

License

The code is licensed under the MIT License.

Citation

@inproceedings{CCQD,
    author = {Ke Xue and Ren-Jian Wang and Pengyi Li and Dong Li and Jianye Hao and Chao Qian},
    title = {Sample-Efficient Quality-Diversity by Cooperative Coevolution},
    booktitle = {Proceedings of the 12th International Conference on Learning Representations (ICLR'24)},
    year = {2024},
    address = {Vienna, Austria},
}