icaros-usc / pyribs

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

Replace alive progress with tqdm #254

Closed itsdawei closed 1 year ago

itsdawei commented 2 years ago

Description

Replace alive_progress with tqdm in examples since tqdm is more well-known and easier to use.

TODO

Status

btjanaka commented 1 year ago

Addressed in #253