After training my kart racer using
mlagents-learn --run-id=test1
I put the newly generated ONNX file in the “model” field of the Behavior Parameters component on the Kart Racer ML Agent car. The car runs my custom track much faster now, but the starting position of the car is some random place on the track. The intended outcome was that the car will start where I place it, which is on the start/finish line.
Is anyone familiar with this behavior? Any ideas how I can correct this?