icaros-usc / pyribs

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

Move tutorials out of examples folder #290

Closed btjanaka closed 1 year ago

btjanaka commented 1 year ago

Description

Since there are far more tutorials than examples, it does not make sense to keep them under the examples directory. This PR moves them to a separate top-level directory which is more visible to users and fixes various filepath issues.

TODO

Questions

Status

btjanaka commented 1 year ago

Errors are due to filepath changes. Everything should work once merged.