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

Domain randomization #62

Closed
HarukiKozukapenguin opened this issue Apr 27, 2022 · 2 comments
Closed

Domain randomization #62

HarukiKozukapenguin opened this issue Apr 27, 2022 · 2 comments

Comments

@HarukiKozukapenguin
Copy link

HarukiKozukapenguin commented Apr 27, 2022

Thank you for interesting challenge!

As you can see here, from the Simulation to the Real World, Domain Randomization is helpful. https://arxiv.org/abs/1703.06907

So, I would like to ask the parameters of quadrotor dynamics in Dodge drone challenge(https://github.com/uzh-rpg/flightmare/blob/092ff357139b2e98fc92bcdee50f38f85b55246d/flightpy/configs/vision/config.yaml#L45-L60). Do these parameters will change in the Selections and Finals? Or, do these parameters do not change?

@yun-long
Copy link
Contributor

yun-long commented May 2, 2022

the dynamic parameters will stay the same during the evaluation.
The only difference is that during training (if you are using Reinforcement learning), you are using a perfect simulation (no delay, no noise).

During the evaluation, we will be using a ROS script. The ROS message publication and subscriber will have some delay, which is negligible normally. But, the performance might vary during evaluation.

But, to answer your question. the dynamic parameters will not be changed. Not sure if Domain randomization will be a good idea in this case.

@HarukiKozukapenguin
Copy link
Author

OK, I will check these delay, Thank you for your valuable information!

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