-
Notifications
You must be signed in to change notification settings - Fork 367
Description
In the latest release of Robomimic v0.5.0, the script robomimic/scripts/conversion/convert_robosuite
introduced support for converting datasets from delta actions → absolute actions.
It would be very useful to also support the inverse operation: converting absolute actions → delta actions.
Motivation
Having this functionality would make it easier to compare methods that use different action representations, and would significantly simplify code development for benchmarking across approaches.
Proposal
Add an option to robomimic/scripts/conversion/convert_robosuite (or a new script) to transform datasets with absolute actions into delta-action datasets.
Ideally, the interface and usage could mirror the current implementation for the delta → absolute conversion.
Thanks for considering this feature!