Example of a Python bot using the RLBot framework
- Install Python 3.11 or later
- Create a Python virtual environment
python3 -m venv venv
- Activate the virtual environment
- Windows:
.\venv\Scripts\activate
- Linux:
source venv/bin/activate
- Windows:
- Install the required packages
pip install -r requirements.txt
- Download
RLBotServer.exe
and place it in the root directory - Modify
rlbot.toml
to your liking- Note:
dev.toml
also exists with a few changed settings that might be useful for development
- Note:
- Start a match with
python run.py
- Bot behavior is controlled by
src/bot.py
- Bot appearance is controlled by
src/loadout.toml