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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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). 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
 
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