caio-freitas / GraphDiffusionImitate

Diffusion-based graph generative policies for imitation learning in robotics tasks 🧠🤖
MIT License
1 stars 1 forks source link

Add Graph Representation #1

Closed caio-freitas closed 11 months ago

caio-freitas commented 1 year ago

Base on

Take a look at

To create a graph representation of the robots to be used for the model.

caio-freitas commented 1 year ago
caio-freitas commented 1 year ago

https://github.com/anindex/torch_robotics/tree/main

caio-freitas commented 1 year ago

Add position of objects in scene, in object-state. Look for https://github.com/ARISE-Initiative/robosuite/blob/master/robosuite/environments/manipulation/lift.py, in the _setup_observables there is an overall description of the objects as @sensor() functions