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

Different Training and Testing environments? #21

Closed
rmst opened this issue Aug 3, 2019 · 2 comments
Closed

Different Training and Testing environments? #21

rmst opened this issue Aug 3, 2019 · 2 comments

Comments

@rmst
Copy link

rmst commented Aug 3, 2019

Will the environments used in the final competition be the exact same as the training environments? In case the maps of the final competition environment are the same but the gate placement would be different, would there be a way to randomize gate placement during training to help with generalization?

@msb336
Copy link
Contributor

msb336 commented Aug 5, 2019

To answer your first question, yes the environments will be the same, but the tracks within them will not be.

To answer your second question, there are two API calls that will help you to randomize gate positions. simListSceneObjects lists all of the object names in the scene (i.e. gates), and simSetObjectPose sets an object of a given name to your desired pose.

@msb336 msb336 closed this as completed Aug 5, 2019
@madratman
Copy link
Contributor

For completeness

should pretty much tell you what to do

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

3 participants