Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sim 2 sim transfer #16

Open
jaykorea opened this issue Jun 1, 2024 · 1 comment
Open

Sim 2 sim transfer #16

jaykorea opened this issue Jun 1, 2024 · 1 comment
Assignees

Comments

@jaykorea
Copy link

jaykorea commented Jun 1, 2024

Dear author.

Recently I ‘ve found out this amazing project to enhance sim 2 real transfer. Well reviewed your code and I have some question that you guys have done for sim 2 sim framework.

First of all, I also tested sim 2 sim transfer with my own robot model(ledgged based robot), however I ve found out that It is really hard to safely control the robot on different simulation because physics engine differes I guess. Is there specific way to enhance sim 2 sim transfer(Isaac orbit to Mujoco) or any idea how to reduce the gap between different simulation.

I’m also wondering that you guys have different control term on Isaac gym environment(following the code). One is the dynamic randomization term and the other is PD control term. Which one did you use to train the policy?

Huge thanks to your open soure library again :)

@wangyenjen wangyenjen self-assigned this Jun 2, 2024
@wangyenjen
Copy link
Member

Hi @jaykorea,

The sim-to-real gap primarily arises from mismatches in physical parameters and dynamics between the simulation and the real environment, often due to inaccuracies in the simulation. To address this, we employ a secondary simulation for verification. Our policy is controlled within the PD control framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants