-
Notifications
You must be signed in to change notification settings - Fork 65
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
strange results when run driving #38
Comments
In addition, another output log for driving is: /home/Documents/code/coiltraine/logger/monitorer.py:120: UserWarning: loadtxt: Empty input file: "<_io.BufferedReader name='logs/sample/coil_icra/drive_TestT1_Town01_csv/control_output.csv'>" |
-de TestT1_Town01 what is TestT1_Town01 ? |
Hello, I run python3 coiltraine.py --folder sample --gpus 0 -de TestT1_Town01 -vd CoILVal1 --docker carlasim/carla:0.8.4 on master branch to see original performance. The training and validation works well. But when drive in the simulator Carla, the output log is:
Going to communicate
Checkpoint 10000
0 0 0
<carla08.driving_benchmark.experiment.Experiment object at 0x7fd461f3e518>
start index 36 end index 40
start index 39 end index 35
----- Printing results for training weathers (Seen in Training) -----
Percentage of Successful Episodes
VALUES
Weather: Clear Noon
Task: 0 -> 0.0
Average Between Weathers
Task 0 -> 0.0
Average Percentage of Distance to Goal Travelled
VALUES
Weather: Clear Noon
Task: 0 -> -6.953387923663017e-07
Average Between Weathers
Task 0 -> -6.953387923663017e-07
Average Percentage of Distance to Percentage OffRoad
VALUES
Weather: Clear Noon
Task: 0 -> 0.0
Average Between Weathers
Task 0 -> 0.0
All the data is zero. Do anyone meet similar situation? thank you
The text was updated successfully, but these errors were encountered: