+## Install
-**PufferDrive is a fast and friendly driving simulator to train and test RL-based models.**
-
-
-
-
-## Installation
-
-Clone the repo
```bash
-https://github.com/Emerge-Lab/PufferDrive.git
-```
-
-Make a venv (`uv venv`), activate the venv
-```
-source .venv/bin/activate
-```
-
-Inside the venv, install the dependencies
-```
+# Python env
+uv venv && source .venv/bin/activate
uv pip install -e .
-```
-Compile the C code
-```
+# Build C extensions (required after any .h/.c change)
python setup.py build_ext --inplace --force
```
-Run this while your virtual environment is active so the extension is built against the right interpreter.
-
-To test your setup, you can run
-```
-puffer train puffer_drive
-```
-See also the [puffer docs](https://puffer.ai/docs.html).
-
-
-## Quick start
-
-Start a training run
-```
-puffer train puffer_drive
-```
-
-## Dataset
-
-