icaros-usc / pyribs

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

Set plot_centroids to False when plotting #339

Closed itsdawei closed 1 year ago

itsdawei commented 1 year ago

Description

cvt_archive_heatmap.Previously, we set plot_centroids to True by default. However, it is easy to mistake the centroids for the solution points. Furthermore, the centroids are usually not immediately useful; for instance, our arm repertoire tutorial turns off the centroids by default.

TODO

Questions

Status