Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ task_categories:
|
|
3 |
- reinforcement-learning
|
4 |
- robotics
|
5 |
---
|
6 |
-
This dataset contains sequences of actions, motor angles and pendulum angles as well as velocities for a [rotary inverted pendulum robot](https://github.com/armandpl/furuta).
|
7 |
Angles are in radian. Velocities were computed from the angles and fed to the policy.
|
8 |
The action maps to the motor voltage with:
|
9 |
```Python
|
|
|
3 |
- reinforcement-learning
|
4 |
- robotics
|
5 |
---
|
6 |
+
This dataset contains sequences of actions, motor angles and pendulum angles as well as velocities for a [rotary inverted pendulum robot](https://github.com/armandpl/furuta). The dataset was collected while training the robot to swing up and balance ([wandb run](https://wandb.ai/armandpl/furuta2/runs/bc2yhhpg)).
|
7 |
Angles are in radian. Velocities were computed from the angles and fed to the policy.
|
8 |
The action maps to the motor voltage with:
|
9 |
```Python
|