Minari icon indicating copy to clipboard operation
Minari copied to clipboard

A standard format for offline reinforcement learning datasets, with popular reference datasets and related utilities

Results 22 Minari issues
Sort by recently updated
recently updated
newest added

# Description adds an external dataset documentation page, similar to gymnasium's external environment page ## Type of change - [X] Documentation only change - Bug fix (non-breaking change which fixes...

### Question Is there a software citation for Minari available for citing it in a paper?

Hey, I am trying to make dataset of `Ant-v5` and i am getting this error: ``` $ py create_dataset.py # expert-v0 Traceback (most recent call last): File "/home/master-andreas/gym/rl/project/create_dataset.py", line 56,...

**Describe the bug** Hi, glad to know that the info in dataset is also iteratable now. However, I just find that the existing dataset just lost the info when every...

PR for issue: https://github.com/Farama-Foundation/Minari/issues/176#issue-2032972309

Hi, isn't it too hard to have an assertion error when observations or action are not contained in its defined spaces? Perhaps an option to disable or set error-level to...

The line: https://github.com/Farama-Foundation/Minari/blob/e24113bf09b5b1769dafbaf6bb0b2c9b8eb9ffbe/minari/utils.py#L15 This currently causes an import error in gymnasium 1.0.0rc Should be changed to: ```python from gymnasium.wrappers import RecordEpisodeStatistics ```

### Question Hello, the majority of data collections from simulated environments comes from parallel data collectors such as VecEnvs and methods that return either a step data with a batch...

### Question I have just created a dataset from the deployment of an agent on the Farama Minigrid environment, and I am wondering how to ensure that when data is...