I have been trying to use scenario runner with an openscenario file in Carla 0.9.5 (using Python 3.7):
python scenario_runner.py --openscenario openscenario_file.xosc
And I keep getting the following error:
Traceback (most recent call last):
…
I am trying to save images from Carla in my disk, but I receive this error on the terminal.
Traceback (most recent call last):
File "carla_basic_tutorial.py", line 83, in
'out%02d/%06d.png' % (n_output, image.frame)
AttributeError:…
I am developing in unreal engine 4 for CARLA simulation. Undefined symbol error pops up during the run-time. Following is my code:
DataStructure.h
#pragma once
#include
#include
namespace carla {
namespace…
I am using openscenario to write some scenarios for Carla.
Where to find these scenarios? In the header of the XML files, there are some catalogs defined.
When I tried to install the Autonomous Driving simulator Carla and input the command pip3 install carla, it went wrong with the infomation as follows:
Defaulting to user installation because normal site-packages is not writeable
Collecting carla
…
I have created a map in roadrunner, I have the option of
add/import
but when I added the map it shows
Failed for many operations
I also checked the file format which it needs to be imported.
If anyone have any detailed steps to import a manually…
Is there any OpenAI Gym compliant interface implementation for continuous action spaces?
If so, does it support multi-agent environments?
I'm working on multi-agent DDPG implementation, but I couldn't find the suitable baseline environment.