armandpl commited on
Commit
e42955a
1 Parent(s): 9ce66da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ task_categories:
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
10
  deadzone = 0.1
 
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. Control frequency is 75Hz.
8
  The action maps to the motor voltage with:
9
  ```Python
10
  deadzone = 0.1