icaros-usc / pyribs

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

Remove examples extra in favor of individual example deps #306

Closed btjanaka closed 1 year ago

btjanaka commented 1 year ago

Description

It seems troublesome to have to install dependencies for all examples with ribs[examples] when you only want to run a single example. Thus, this PR switches the dependencies to be associated with each script, much like the tutorials.

TODO

Questions

Status