icaros-usc / pyribs

A bare-bones Python library for quality diversity optimization.
https://pyribs.org
MIT License
208 stars 32 forks source link

Add CMA-MAE vs CMA-ME video #301

Closed btjanaka closed 1 year ago

btjanaka commented 1 year ago

Description

This video was generated by running the sphere.py script with the following commands:

The command for CMA-MAE was:

python examples/sphere.py cma_mae

For CMA-ME, it was:

python examples/sphere.py --dim 100 cma_me_imp --itrs 10000 --archive-dims "(100,100)"

Videos were then assembled from the heatmap images and combined together with ffmpeg.

TODO

Questions

Status