gustavomoers / CollisionAvoidance-Carla-DRL-MPC

A hybrid collision avoidance system combining Deep Reinforcement Learning with Model Predictive Control, designed for autonomous vehicles in CARLA to navigate scenarios with stationary obstacles.
MIT License
12 stars 0 forks source link

how can I get the logger_test_10hp.csv? #5

Open xuanmaione opened 4 months ago

xuanmaione commented 4 months ago

FileNotFoundError: [Errno 2] No such file or directory: 'D:\CollisionAvoidance-Carla-DRL-MPC-main\logsx9461045-recurrentPPO-90kmh-transfer\evaluation/logger_test_10hp.csv' I cant get the file

gustavomoers commented 4 months ago

Hello, This is log file used for testing, not important for training. You should set self.logger = False at line 81 on file World.py