icaros-usc / pyribs

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

Fix DQD tutorial test failures #460

Closed btjanaka closed 6 months ago

btjanaka commented 6 months ago

Description

Attempted to fix the DQD tutorial test failures. It seems that the last two cells (where the image creation is done) are the cause of the issue, but it is unclear why this is. I was unable to reproduce on Colab and locally, so I am closing this PR. Instead, we will just skip the DQD and QD-HF tutorial tests in #459.

Status