Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,9 @@ task_categories:
|
|
3 |
- reinforcement-learning
|
4 |
- robotics
|
5 |
---
|
6 |
-
This dataset contains sequences of actions, motor angles and pendulum angles for a [rotary inverted pendulum robot](https://github.com/armandpl/furuta). I collected it while training it to swing up and balance ([wandb run](https://wandb.ai/armandpl/furuta2/runs/bc2yhhpg)).
|
7 |
-
Angles are in radian.
|
|
|
8 |
```Python
|
9 |
deadzone = 0.1
|
10 |
center = 0.05
|
|
|
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). I collected it while training it 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
|
10 |
deadzone = 0.1
|
11 |
center = 0.05
|