Datasets:
Update README.md
Browse files
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 |
-
-
|
| 8 |
-
-
|
|
|
|
| 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 |
```
|