icaros-usc / pyribs

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

Use dask instead of multiprocessing for lunar lander tutorial (#346) #347

Closed yutaizhou closed 1 year ago

yutaizhou commented 1 year ago

Description

fixes #346

Also encountered an issue with box2d not installing properly. Thus, this PR also moves swig installation before box2d so that swig is available when box2d is being built. See https://github.com/Farama-Foundation/Gymnasium/issues/662 for more info

TODO

Questions

Status