Commit ·
4c615d2
1
Parent(s): a8da0a3
Upload dataset
Browse files- README.md +38 -0
- data.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: mit
|
| 5 |
+
tags:
|
| 6 |
+
- robotics
|
| 7 |
+
- test-time-adaptation
|
| 8 |
+
- reinforcement-learning
|
| 9 |
+
- continuous-control
|
| 10 |
+
- flow-matching
|
| 11 |
+
dataset_info:
|
| 12 |
+
features:
|
| 13 |
+
- name: seed
|
| 14 |
+
dtype: int32
|
| 15 |
+
- name: step
|
| 16 |
+
dtype: int32
|
| 17 |
+
- name: joint_torques
|
| 18 |
+
sequence: float32
|
| 19 |
---
|
| 20 |
+
# Dataset Card for quadruped_reversible_flow
|
| 21 |
+
|
| 22 |
+
## Dataset Description
|
| 23 |
+
This dataset contains Proportional-Derivative (PD) corrective joint torques generated during Test-Time Adaptation (TTA) simulations for the **Quadruped** environment using the **reversible_flow** policy.
|
| 24 |
+
The dataset is structured for use in downstream machine learning workflows (such as training secondary diffusion or flow-matching models).
|
| 25 |
+
|
| 26 |
+
### Physical Environment
|
| 27 |
+
* **Robot**: Quadruped
|
| 28 |
+
* **Degrees of Freedom (DOF)**: 12
|
| 29 |
+
|
| 30 |
+
### Normalization
|
| 31 |
+
The continuous `joint_torques` have been standardized globally to zero-mean and unit-variance across all seeds.
|
| 32 |
+
To un-normalize the data back to raw physical torque values, use the following constants:
|
| 33 |
+
|
| 34 |
+
* **Mean ($\mu$)**: `[0.5545183420181274, -0.8843424916267395, 4.045175075531006, -0.5519294738769531, -0.8843178153038025, 4.045175552368164, 0.004045533481985331, 2.6992430686950684, 4.048221111297607, 0.08398226648569107, 2.698462724685669, 4.04833459854126]`
|
| 35 |
+
* **Standard Deviation ($\sigma$)**: `[0.061799634248018265, 0.140830397605896, 0.167127788066864, 0.061556149274110794, 0.14076882600784302, 0.1671377569437027, 0.022350719198584557, 0.19783522188663483, 0.18377649784088135, 0.03169241175055504, 0.1978311985731125, 0.1838681399822235]`
|
| 36 |
+
|
| 37 |
+
### Usage
|
| 38 |
+
```python
|
| 39 |
+
from datasets import load_dataset
|
| 40 |
+
dataset = load_dataset("elprofesoriqo/quadruped_reversible_flow")
|
| 41 |
+
```
|
data.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a06ba17c9510efcfc67d6f688ea038fcba065c0fc7a4eab1a3e0cd0d4a90093a
|
| 3 |
+
size 296534677
|