Skip to content
Snippets Groups Projects
Commit c74f6c1e authored by Max Spahn's avatar Max Spahn
Browse files

Adds example video

parent 6d614b89
No related branches found
No related tags found
No related merge requests found
Pipeline #42887 canceled
...@@ -20,3 +20,9 @@ Actions are torques to the individual joints. ...@@ -20,3 +20,9 @@ Actions are torques to the individual joints.
```python ```python
env = gym.make('nLink-reacher-tor-v0', n=3, dt=0.01, k=2.1) env = gym.make('nLink-reacher-tor-v0', n=3, dt=0.01, k=2.1)
``` ```
## Examples
For a constant controlled torque, the simulation is displayed below:
![Example of torque controlled environment](./assets/torques.gif)
assets/torques.gif

341 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment