Farama-Foundation / Minari

A standard format for offline reinforcement learning datasets, with popular reference datasets and related utilities
https://minari.farama.org
Other
297 stars 44 forks source link

[Bug Report] Error in following code in README.md #227

Closed HridayM25 closed 3 months ago

HridayM25 commented 3 months ago

Describe the bug Following the particular instruction in the README.md doesn't work :

To download a dataset minari download D4RL/door/human-v2

Rather it should just be : minari download door-human-v2

The same change would be required in the section :

Reading a dataset

I can change it if needed.

Checklist

younik commented 3 months ago

Thanks for the issue; the current README is updated for Minari 0.5.0 which will be released soon. If you want to use version 0.5.0, you should install it from source pip install git+https://github.com/Farama-Foundation/Minari.git.

Apologies for the confusion!

HridayM25 commented 3 months ago

Ok, thanks for the clarification!