> For the complete documentation index, see [llms.txt](https://roar.gitbook.io/roar_py_rl-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roar.gitbook.io/roar_py_rl-documentation/installation.md).

# 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.

{% content-ref url="/spaces/RNhgbMBKC4oJxk48MI9Y" %}
[ROAR\_PY Documentation](https://roar.gitbook.io/roar_py-documentation/)
{% endcontent-ref %}

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

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

Then simply run

```
pip3 install -e .
```

to install the RL package.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://roar.gitbook.io/roar_py_rl-documentation/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
