0.8.0: Procgen
New Environment
Add 42 procgen environments (#197, @YukunJ, @LeoGuo98, @Trinkle23897)
Procgen library change in https://github.com/Trinkle23897/procgen
- Fix Qt library include error
- Fix globalGameRegistry == nullptr issue by adding another explicit make_* function (thanks to Yukun!)
- Disable auto-reset because envpool has already handled this feature
Changes:
- Add new dependency
qtdeclarative5-dev
, rebuild docker image - Update pypi wheel from manylinux_2_17_x86_64 to manylinux_2_24_x86_64 because of libstdc++.so.6 symbol
- Add 42 procgen envs
- Refactor
base_path
- Docs: https://envpool.readthedocs.io/en/latest/env/procgen.html
Enhancement
- Support atari full action space (#230, @Trinkle23897)