Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
envpool-0.8.0-cp311-cp311-manylinux_2_24_x86_64.whl | 2023-01-03 | 74.7 MB | |
envpool-0.8.0-cp310-cp310-manylinux_2_24_x86_64.whl | 2023-01-03 | 74.7 MB | |
envpool-0.8.0-cp39-cp39-manylinux_2_24_x86_64.whl | 2023-01-03 | 74.7 MB | |
envpool-0.8.0-cp38-cp38-manylinux_2_24_x86_64.whl | 2023-01-03 | 74.7 MB | |
envpool-0.8.0-cp37-cp37m-manylinux_2_24_x86_64.whl | 2023-01-03 | 74.7 MB | |
0.8.0_ Procgen source code.tar.gz | 2023-01-03 | 1.7 MB | |
0.8.0_ Procgen source code.zip | 2023-01-03 | 1.9 MB | |
README.md | 2023-01-03 | 741 Bytes | |
Totals: 8 Items | 377.2 MB | 5 |
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)