Skip to content
Eric Veilleux edited this page Feb 18, 2025 · 6 revisions

About

Welcome to RLBot v5's Python-specific documentation!

The RLBot framework helps people create bots for use in offline Rocket League. It provides values from the game like the car and ball positions, and sends back your button presses.

Getting started with v5 and Python

See this video tutorial on YouTube for a quick start guide: https://www.youtube.com/watch?v=GLqvodQ942A

Official Python example bot: https://github.com/VirxEC/rlbot-python-example

Clone this wiki locally