Omar Younis
Omar Younis
We published the package on Zenodo, check the README
@RedTachyon One thing that it is likely to happen is that we support the HF data format, and then the conversion functions are no-op. We have `MinariStorage` that is designed...
Hello @JustinS6626, If you use `dataset.iterate_episodes()` the episodes are in the same order that you had during collecting, and the trajectory as well of course. If you use DataLoader (see...
> Just a quick update, I tried creating a dataset with the empty minigrid environment, just to see if the problem was with my custom environment. When I tried to...
Here an example: ```python import gymnasium as gym import minigrid import minari from minari import DataCollectorV0 from gymnasium.spaces.text import alphanumeric env = gym.make("MiniGrid-Fetch-5x5-N2-v0") max_len = len("you must fetch a purple...
I had this problem while using the VSCode terminal. Selecting the Python interpreter in VSCode solved the issue.