-
Notifications
You must be signed in to change notification settings - Fork 93
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
How is disqualification defined? #43
Comments
You are correct. A collision with another drone should be disqualifying for the following drone. |
Well, for instance I leave drone2 at a fixed position and use the keyboard to make drone1 fly into drone2 from behind, then drone2 gets disqualified. I am sending you example logs by email. By the way how do we disable these logs, please? They are an issue for training when we need to run as many simulations as possible. (edit: actually it is not just inverted, the collision detection sometimes behaves as expected) |
Disqualification doesn't work accordingly with the guidelines when one drone has crossed more gates than another either. I have just tested crashing a drone that had crossed 2 gates into a drone that had crossed 1 gate, and the drone that had crossed 2 gates got disqualified. |
please try with new release. should be fixed |
Please let us know / reopen if this is still an issue @yannbouteiller |
Hello, I don't think I can reopen this issue, but it is not fixed. I don't understand how the leading drone is really defined for disqualification but it is definitely not the closest to the next gate center nor the drone that crossed the highest number of gates right now. I need this information because I don't use logs since it is too slow and not convenient for very long trainings so I compute this by hand. Actually, I think the software lacks an API function that returns race information such as who is leading/disqualified and the last crossed gate for each drone. For now I computed all this by hand and it is a little bit cumbersome. |
Hello,
I am having a hard time understanding the new rule for disqualification. For what I understood so far, the leading drone (closest to the next gate center) would disqualify the other drone if he got within the collision radius, but this seems not to be the case in the released binary. I need this information for my reward function to work accordingly.
The text was updated successfully, but these errors were encountered: