You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: