| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.25.1 source code.tar.gz | 2022-07-26 | 775.0 kB | |
| 0.25.1 source code.zip | 2022-07-26 | 939.5 kB | |
| README.md | 2022-07-26 | 1.0 kB | |
| Totals: 3 Items | 1.7 MB | 0 | |
Release notes
- Added rendering for CliffWalking environment @younik
PixelObservationWrapperonly supports the new render API due to difficulty in supporting both old and new APIs. A warning is raised if the user is using the old API @vmoens
Bug fix
- Revert an incorrect edition on wrapper.FrameStack @ZhiqingXiao
- Fix reset bounds for mountain car @psc-g
- Removed skipped tests causing bugs not to be caught @pseudo-rnd-thoughts
- Added backward compatibility for environments without metadata @pseudo-rnd-thoughts
- Fixed
BipedalWalkerrendering for RGB arrays @1b15 - Fixed bug in
PixelObsWrapperfor using the new rendering @younik
Typos
- Rephrase observations' definition in Lunar Lander Environment @EvanMath
- Top-docstring in
gym/spaces/dict.py@Ice1187 - Several typos in
humanoidstandup_v4.py,mujoco_env.py, andvector_list_info.py@timgates42 - Typos in passive environment checker @pseudo-rnd-thoughts
- Typos in Swimmer rotations @lin826