-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
@Danfoa @giulioturrisi thanks for the dev efforts so far :)
I'd like to know how easily one can add their own observations that can be used in the symmetry framework. For example, heightmap, object states (manipulation), or points in the environment. I imagine many of the existing functions can be easily reused for these. For my specific use case, I have some contact locations for the end effectors that the policy must learn to achieve with a boolean contact plan. So, along with robot observations, I also need to symmetrically transform the 3D contact locations, the boolean contact plan (?) and for manipulation, also the object states.
It'd be great if you could also add a documentation on how one can go about using their own observations in the symmetry framework in an intuitive manner, without getting too much into the math :)