Skip to content

Commit 8fd9947

Browse files
Merge pull request #17 from iit-DLSLab/Fixed_README
fixed readme
2 parents 35de0e1 + 6844c30 commit 8fd9947

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ Fully differentiable solver easily integrates into learning pipelines and suppor
3232

3333
The solver is wrapped by the `MPCControllerWrapper` class, and all the settings (such as the dynamics model and cost function to be used) can be changed in the config files. Examples for various legged robots are provided in the `examples` folder.
3434
> **Note:**
35-
> If you want to solve multiple MPC in parallel, use `BatchedMPCControllerWrapper` look at the examples/multi_env.py
36-
> `MPCControllerWrapper` and `BatchedMPCControllerWrapper` are designed to use the whole body model, if you want to use the srbd model, use `mpc_wrapper_srbd.py`; look at examples/srbd_quad.py
35+
> If you want to solve multiple MPC in parallel, look at the examples/multi_env.py
36+
> `MPCWrapper` is designed to use the whole body model, if you want to use the srbd model, use `mpc_wrapper_srbd.py`; look at examples/srbd_quad.py
3737
38+
## Task examples
39+
| Acrobot Swing-Up | Quadruped Trot | Humanoid Jump | Quadruped Barrel roll |
40+
|---|---|---|---|
41+
| <img src="https://github.com/user-attachments/assets/af15576c-8fab-4e53-ac06-8f9e648703f6" width="100%" /> | <img src="https://github.com/user-attachments/assets/51f7eb3e-b344-4a92-9b16-837ca5dc71c6" width="100%" /> | <img src="https://github.com/user-attachments/assets/7b39eef5-a7d5-4243-a590-a6dab0b12af2" width="100%" /> | <img src="https://github.com/user-attachments/assets/7a875ce6-ea40-467a-b732-f473e5f40a02" width="100%" /> |
3842
## Installation
3943

4044
### Clone the repo

0 commit comments

Comments
 (0)