Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jun 20, 2024
1 parent 17a61fc commit 7ce1ec3
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,23 @@ For significant changes, please open an issue first to discuss what you would li

Currently, our todo list is:

- [X] Load and replay one `LeRobotDataset` in simulation.
- [X] Implement inverse kinematics in each environment, improvements remain very welcome.
- [x] Load and replay one `LeRobotDataset` in simulation
- [x] Implement inverse kinematics in each environment, improvements remain very welcome

Training:

- [ ] Train policies with SB3
- [ ] Provide reward shaping functions, get inspired from meta-world

Real-world:

- [ ] Implement controller interface for simulation, like lowcostrobot-leader
- [ ] Provide reward shaping functions, get inspired from meta-world .
- [ ] Implement the real-world interface, seemless interface with real-world observations, motor.
- [ ] Improve the fidelity of the simulation.
- [ ] Implement the real-world interface, seemless interface with real-world observations, motor

Simulation:

- [ ] Parameter identification
- [ ] Mesh simplification; dissociate visual and collision meshes?

## License

Expand Down

0 comments on commit 7ce1ec3

Please sign in to comment.