Skip to content
Eric Veilleux edited this page Mar 31, 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.

Additional, non python-specific information can be found here: https://wiki.rlbot.org/

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/RLBot/python-example

Clone this wiki locally