Summary of changes
- We now support JPEG encoding for datasets.
- 57 new Atari datasets on our remote, collected using CleanRL's expert policies.
- We now support Parquet storage along with Arrow.
What's Changed
- uniform terminated/truncated naming by @younik in #269
- Update README.md by @Tanmay692004 in #270
- Fix: (In dataset creation tutorial) Register PointMaze_Medium-v3 and Correct env.maze Access by @mengyuest in #272
- Fix incorrect path name on windows by @FlutteryEmbers in #278
- JPEG encoding and decoding if the observation is an image by @gabrielemaraglino in #275
- Update docs-test.yml by @younik in #280
- fix minigrid observation decoding by @younik in #281
- add atari docs, git clone command speedup by @younik in #283
- fix: HF remote usage by @younik in #284
- Add support for parquet storage by @rob-pitkin in #285
- docs(readme): added a link to the workflow by @wakened2024 in #287
New Contributors
- @Tanmay692004 made their first contribution in #270
- @mengyuest made their first contribution in #272
- @FlutteryEmbers made their first contribution in #278
- @gabrielemaraglino made their first contribution in #275
- @rob-pitkin made their first contribution in #285
- @wakened2024 made their first contribution in #287
Full Changelog: v0.5.2...v0.5.3