Carla-ppo
Carla-ppo copied to clipboard
free(): invalid pointer
When I run python3 Carla-ppo/train.py --model_name model1 -start_carla
I get the following output:
free(): invalid pointer
As recommended, I'm using Carla 0.9.5.
The manual control script (PythonAPI/examples/manual_control.py
) that comes with Carla works without any issues.
Any ideas what the issue could be?