bitsauce / Carla-ppo

This repository hosts a customized PPO based agent for Carla. The goal of this project is to make it easier to interact with and experiment in Carla with reinforcement learning based agents -- this, by wrapping Carla in a gym like environment that can handle custom reward functions, custom debug output, etc.
MIT License
229 stars 56 forks source link

free(): invalid pointer #11

Open tom-doerr opened 4 years ago

tom-doerr commented 4 years ago

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?