ll7
ll7
I have the same issue as #5342 while building carla in a docker. I don't know how to apply the suggested fix. _Originally posted by @ll7 in https://github.com/carla-simulator/carla/issues/5342#issuecomment-1125702466_
From my point of view, there should be a tutorial which implements an environment with a continuous action and state space. It took me some time to find out, that...
```bash blas-1.0 | 1 KB | ##################################### | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done Ran pip subprocess with arguments: ['/home/luttkule/miniconda3/envs/ml/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/luttkule/Documents/condaenv.zcmb4rq8.requirements.txt']...
Does the feature extraction of `distance_to(egoid)` only work, when the egoid is of type string? I think the egoid can also be of type Symbol and Int and that does...
It took me some time to understand how to extract only one feature. This change in the example might clarify my problem for new users.
Hello, do you think it is possible to run the rllib integration in docker? My idea of the process so far has been: - creating a Dockerfile - From carlasim/carla:0.9.11...