| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.26.2 source code.tar.gz | 2022-10-04 | 770.7 kB | |
| 0.26.2 source code.zip | 2022-10-04 | 929.3 kB | |
| README.md | 2022-10-04 | 644 Bytes | |
| Totals: 3 Items | 1.7 MB | 0 | |
Release notes
This is another very minor bug release.
Bugs Fixes
- As
resetnow returns(obs, info)then in the vector environments, this caused the finalstep's info to be overwritten. Now, the final observation and info are contained within the info as "final_observation" and "final_info" @pseudo-rnd-thoughts - Adds warnings when trying to render without specifying the
render_mode@younik - Updates Atari Preprocessing such that the wrapper can be pickled @vermouth1992
- Github CI was hardened to such that the CI just has read permissions @sashashura
- Clarify and fix typo in
GraphInstance@ekalosak