🤖Installation

First make a virtual environment with Python 3.8, we recommend Python 3.8 because that's the version supported by carla Python SDK 0.9.12 but you can self-compile a supported carla sdk up to Python 3.10.

Before installating ROAR_PY_RL, Make sure that ROAR_PY control suite(https://github.com/augcog/ROAR_PY) is installed and updated to the newest version. You need to install both the interface and the Carla Implementation backend for ROAR_PY.

ROAR_PY Documentation

After those, run the following command to clone the RL repo onto your computer, then cd into that directory

git clone https://github.com/augcog/ROAR_PY_RL
cd ROAR_PY_RL

Then simply run

pip3 install -e .

to install the RL package.

Last updated