[Question] generated demo looks weird #3928
Unanswered
Henry0517code
asked this question in
Q&A
Replies: 1 comment
-
|
Thank you for posting this. I'll move the post to our Discussions for follow up. Here is a summary to consider that may be of help. Your issue likely stems from a mismatch between the action representation used during dataset collection (JointPositionActionCfg) and the IK-based (inverse kinematics) control scheme in your current mimic environment. This can lead to strange behaviors and poor transferability of demonstrations for several technical reasons. Core Problem: Action Space Mismatch
Why This Causes Trouble
Steps for Consistent DemonstrationsSolution 1: Match Action Spaces
Solution 2: Data Conversion
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi, I’m trying to generate demonstrations from my dataset, but the results are strange and inconsistent.
During the generation process, I observed many unexpected behaviors — for example, the robot arm suddenly raises or moves unpredictably.
Even after tightening the success conditions, the generated trajectories are still not usable and not as good as the official Franka Stack example.
I attempted the following adjustments:
MimicEnvCfgI’m now suspecting that my dataset was collected using
JointPositionActionCfg, which might be incompatible with the IK-based mimic environmentAny insights or suggestions would be greatly appreciated — thank you!
Dataset
Screencast.from.10-28-2025.04.33.16.PM.webm
Generate demo
Screencast.from.10-28-2025.04.35.51.PM.webm
Generation process
Screencast.from.10-28-2025.04.39.40.PM.webm
Implementation details
MimicEncCfg
MimicEnv
Beta Was this translation helpful? Give feedback.
All reactions