-
Notifications
You must be signed in to change notification settings - Fork 9
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
python3 straight_lane_agent_c51_training.py #8
Comments
|
1.Is Autonomous-Vehicles-Adaptive-Cruise-Control/code/environment/carla_environment.py? |
For some reason it cannot find environment folder. Once you download the repository, make sure all scripts run inside "code" folder, where environment folder is visible. |
I execute them all under code,Is there any solution? |
Well, the repository is kinda old, so I'd suggest check out the new one: It is better and easier to train! |
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 instructions in performance-critical operations: AVX2 AVX_VNNI FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2023-12-05 15:28:04.466888: I tensorflow/core/util/port.cc:104] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable
TF_ENABLE_ONEDNN_OPTS=0
.2023-12-05 15:28:04.868101: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer.so.7'; dlerror: libnvinfer.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda-11.2/lib64:/home/ma/carla-ros-bridge1/catkin_ws/devel/lib:/opt/ros/noetic/lib
2023-12-05 15:28:04.868145: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer_plugin.so.7'; dlerror: libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda-11.2/lib64:/home/ma/carla-ros-bridge1/catkin_ws/devel/lib:/opt/ros/noetic/lib
2023-12-05 15:28:04.868149: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
Traceback (most recent call last):
File "straight_lane_agent_c51_training.py", line 34, in
from environment.carla_environment import CarlaEnvironment
ModuleNotFoundError: No module named 'environment.carla_environment'; 'environment' is not a package
The text was updated successfully, but these errors were encountered: