Cannot reproduce the Privileged Agent reported results
See original GitHub issueI’m trying to reproduce the privileged agent by training and benchmarking it on my dataset.
I generated the dataset by running Carla 0.9.6 and data_collector.py
file with the default parameters. However, despite what you’ve mentioned in your paper, I had to generate 200 episodes for the training set to get 179103 frames! So my first question is how did you generate 174k frames with only 100 episodes? For the validation set, I’ve generated 20 episodes in the same town (town01) as training with 18188 frames.
Here is the train/val loss that I got so far:
As you can see, I can’t get the validation loss smaller or close to 3e-5 as you mentioned on the README page. I’ve benchmarked the agent on both 128th and 256th checkpoints in Town02 but the results are far worse than what you’ve reported.
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (10 by maintainers)
Top GitHub Comments
Also if you don’t mind you can open a new issue to discuss this, or take the conversation on email.
That’s exactly what happens. In CARLA 0.9.6 other vehicles’ controllers are implemented on the server/C++ side.
How often does this happen? Last time I checked this does not happen except there is one traffic light constantly ignored because it is mislabeled on the CARLA map… Let me know if this is not the case though.