icaros-usc / pyribs

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

Remove GradientArborescenceEmitter bounds #321

Closed btjanaka closed 1 year ago

btjanaka commented 1 year ago

Description

Solution space bounds remain an open problem for DQD algorithms, and it is unclear that our implementation will create the correct behavior. Thus, we are removing the bounds handling for the time being.

TODO

Questions

Status