Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ pip install pyright ruff
Agents are executed locally and connect to the backend via WebSockets:
```bash
# To run the manual control agent:
python agents/manual_agent.py
python -m agents.manual_agent

# To run the dummy (random) agent:
python agents/dummy_agent.py
python -m agents.dummy_agent

```

## Project Structure
Expand Down