-
Notifications
You must be signed in to change notification settings - Fork 34
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
CARLA Simulator Timeouts for Data Collection #44
Comments
Hello, You do no need to run CARLA with a GUI, I've also collected the data by ssh'ing into my machine and ran the script from there. I've also encountered that error in the past, here are some possible solutions:
|
Hi Anthony, My port 2000 is free and unused. I tried to use a different port but I still receive the same error after multiple tries. Not too sure if this matters, but does |
I haven't tried with wandb offline myself but it should work in theory. Could you try setting it to online and see if it solves your issue? |
@anthonyhu I've picked up the same project as Jordan. Same error online:
But I think the error may be with the CARLA package install:
This Carla 0.9.11 package depends on Python 3.7 but this repo uses Python 3.8. Should I be using a different CARLA egg file for 3.8?
|
Hello Diane, The carla package error is more of a pip warning. It is trying to find the Have you tried running the CARLA simulator by itself? Can you see the CARLA graphical interface and move in the environment? |
Hi @anthonyhu, I was able to run the data collection scenario. The solution was switching to a machine that has a dedicated NVIDIA GPU with at least 6gb VRAM to be able to run the CARLA simulator. Do you have any recommendations on which test suite to use that doesn't take too long to collect the data where I can still run the training scenario afterwards? Initially, I ran the data collection scenario with the |
Great to see you made it work. If collecting data takes a while, you can limit yourself to Town01 for experimentation (https://github.com/wayveai/mile/blob/main/config/test_suites/lb_town01.yaml), and only evaluate on Town02 (by removing Town05 in the lb_test.yaml, which is a smaller version of Town01 with a different layout). |
I'm running the Data Collection scenario, and I've set the WANDB syncing to offline.
The commands I ran to start data collection:
export WANDB_MODE=offline bash run/data_collect.sh /home/user1/carla_0_9_11/CarlaUE4.sh /home/user1/mile/dataset_collect 2000 lb_data
However, I receive the following Runtime Error regarding the simulator timing out
Does the data collection scenario require me to run it with a GUI? I've SSH'd into my machine, so it's running the scenario in headless mode.
The text was updated successfully, but these errors were encountered: