Autonomous-Vehicles-Adaptive-Cruise-Control icon indicating copy to clipboard operation
Autonomous-Vehicles-Adaptive-Cruise-Control copied to clipboard

An implementation of an Autonomous Vehicle Agent in CARLA simulator, using TF-Agents

Results 7 Autonomous-Vehicles-Adaptive-Cruise-Control issues
Sort by recently updated
recently updated
newest added

How to solve this problem? (Autonomous-vehicle) ma@ma-ROG-Strix:~/Desktop/carla/PythonAPI/Autonomous-Vehicles-Adaptive-Cruise-Control/code/agent$ python3 straight_lane_agent_c51_training.py 2023-12-05 15:28:04.402854: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU...

Hello! I download your "code" directory and paste it into "Carla/PythonAPI/". need to make PythonAPI ARGS="--python-version=3.7" again?

Can i use carla version:0.9.13?

Hi ,Hope you are well Hi , I was trying to run this repo but I can’t , can you please tell me how to make testing after training and...

i have found that at ur file simulation at simulation.py u defined a things like sensor_data and sensor_callback . so how do i get the readings of sensors u have...

Hi, thank you for sharing your work! It's been really helpful. Unfortunately I have this error when I run "python straight_lane_agent_c51_training.py". lambda sensor_data: self._sensor_callback(SensorType.COLLISION_DETECTOR, sensor_data) File "D:\Carla9.9\WindowsNoEditor\PythonAPI\code\agent\simulation\simulation.py", line 140, in...