Datasets:

Modalities:
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:
thomasschmied commited on
Commit
80192a4
·
verified ·
1 Parent(s): 345fd23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,8 +4,9 @@ task_categories:
4
  - reinforcement-learning
5
  ---
6
  This repository contains the [Meta-World](https://arxiv.org/abs/1910.10897) datasets as used in [Learning to Modulate Pre-trained Models in RL](https://arxiv.org/abs/2306.14884):
7
- - Trajectories for every task are stored as separate `.npz` files.
8
- - Every `.npz` file contains 2M transitions.
 
9
 
10
  Download the dataset using the `huggingface-cli`:
11
  ```
 
4
  - reinforcement-learning
5
  ---
6
  This repository contains the [Meta-World](https://arxiv.org/abs/1910.10897) datasets as used in [Learning to Modulate Pre-trained Models in RL](https://arxiv.org/abs/2306.14884):
7
+ - The `2M` folder contains trajectories (2M transitions) for every task are stored as separate `.npz`.
8
+ - The `2M_separate` folder contains the same data, but every trajectory is stored as a separate `.hdf5` file and every task is stored as a `.tar.gz` file.
9
+
10
 
11
  Download the dataset using the `huggingface-cli`:
12
  ```