Summary of changes
- New datasets on remote (BabyAI and MuJoCo).
- Support HuggingFace as remote (and switch from GCP to HF for default Farama remote).
- Support full path for
list
,download
, andshow
, e.g.minari list hf://farama-minari/minigrid
. - Improve displayed information when listing datasets
What's Changed
- Fix pyarrow with big info & drop Gymnasium logger by @younik in #248
- improve minari list remote performance by @younik in #249
- auto update dataset size by @younik in #251
- Test d3rlpy by @younik in #252
- ENH: Support MultiDiscrete & MultiBinary by @younik in #253
- Try multiprocessing on dataset docs generation by @younik in #254
- Improve docs generation by @younik in #255
- fix autogenerated by @younik in #256
- add mujoco by @younik in #257
- ENH: add HuggingFace support by @younik in #259
- Rename key_path to token by @younik in #261
- fix tutorials reqs by @younik in #262
- ENH: add prefix support by @younik in #264
- ENH: cli list with growing datasets by @younik in #266
- ENH: Allow complete remote path for list, download and show by @younik in #267
- add prefix CLI list by @younik in #268
Full Changelog: v0.5.1...v0.5.2