Seed Setting in the YAML File #106
ustc-arg
started this conversation in
IROS 2022 Competition
Replies: 1 comment 1 reply
-
Thank you very much for pointing this out @ustc-arg ! We will use multiple, randomly drawn seeds for the evaluation: if we observe great disparity in performance across runs and/or solutions, we will either remove outliers or increase the seeds population size to mitigate such undesirable effects. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
We've noticed that in some specific settings of the .yaml file, the crazyflie will crash immediately to the ground on the take-off phase. Since we can do few things while sending the take-off command, the crash seems to be inevitable.
The getting_started.yaml used for testing is as below:
Set
seed: 1048
andrandomized_gates_and_obstacles: False
will result in a relatively large mass. If changeinit_z
to0.05
it'll work well.Beta Was this translation helpful? Give feedback.
All reactions