Alexander
Alexander
Also, when executed the second command in the picture captured and pasted above, I still found nothing in `C:\` path on my computer.
> This worked fine for me. Maybe someday later this will still not work, then the way to make it work might only be changing the last number of the...
I'm having the similiar issue that the vehicle_control doesn't work at all. My code is as follows, under the Carla version 0.9.13: ```python vehicle_control = vehicle.get_control() vehicle_control.steer = -0.2 #...
> Hi Carla teams, I am currently playing around with Carla. I am wondering if the Python API file or possibly the agent file is able to support navigation through...
Encountering the same problem. --- # Environment 1. Linux Ubuntu 20.04 LTS 2. CARLA 0.9.8 3. Python 3.6.13 # Requirements I installed the following packages which some of them are...
> AVL developed a [Scenario Designer](https://www.avl.com/ro/web/guest/news-and-highlights/-/asset_publisher/RwDj5ftolHyH/content/avl-scenario-designer) with a powerful GUI that fully supports OpenSCENARIO 1.0 and soon 1.1 and runs on Linux/Windows (disclaimer: I'm currently working for AVL) > >...

> Hi @Ezharjan , I think the "not responding" thing is due to the training being very slow. From the log, I can see that tensorflow doesn't use a GPU...
> @Ezharjan Try to comment [this](https://github.com/Luca96/carla-driving-rl-agent/blob/master/main.py#L3) line, and try again. In the log you should now see that tensorflow is allocating memory for your GPU, if not you may have...