Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

RLBot Python Interface

A high performance Python interface for communicating with RLBot v5.

Making a bot with this interface

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

Also see the main RLBot wiki (make sure to avoid info on v4) and also see this project's wiki

Dev setup

The following is how to setup a development environment for this project, NOT how to create a bot using this interface!

  • Ensure Python 3.11+ is installed
  • Create a virtual Python environment
    • python3 -m venv venv
  • Activate the virtual environment
    • Windows: venv\Scripts\activate.bat
    • Linux: source venv/bin/activate
  • Install the package
    • pip install --editable .
    • This will install the package in editable mode, meaning you can make changes to the code, and they will be reflected in the installed package without having to run the command again
  • If you are making changes involving the flatbuffer schema and flatbuffers_python, also install your local copy of that package in editable mode:
    • pip uninstall rlbot_flatbuffers
    • pip install --editable <path/to/rlbot_flatbuffers>

This project is formatted using Ruff.

  • Install: pip install ruff.
  • Sort imports: ruff check --select I --fix
  • Format code: ruff format

Testing

  • You can test launching a match with python tests/runner.py

Building

  • You can build the package with python -m build
    • Note: You might have to pip install -U build first
    • rlbot-5.0.0-py3-none-any.whl and rlbot-5.0.0.tar.gz will be created in the dist folder

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rlbot-2.0.0b53.tar.gz (24.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rlbot-2.0.0b53-py3-none-any.whl (31.6 kB view details)

Uploaded Python 3

File details

Details for the file rlbot-2.0.0b53.tar.gz.

File metadata

  • Download URL: rlbot-2.0.0b53.tar.gz
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for rlbot-2.0.0b53.tar.gz
Algorithm Hash digest
SHA256 4369564086c322ea88dabe704dca7949f4797ac43aaf91ba52940b1ac5e4aa89
MD5 ea4c666ca90d95c73be07966fac35999
BLAKE2b-256 6e394beae4dc0c13ffd6f7c5ecfa0eb03a0487df6064f52e922e4f4e903362aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlbot-2.0.0b53.tar.gz:

Publisher: publish.yml on RLBot/python-interface

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rlbot-2.0.0b53-py3-none-any.whl.

File metadata

  • Download URL: rlbot-2.0.0b53-py3-none-any.whl
  • Upload date:
  • Size: 31.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for rlbot-2.0.0b53-py3-none-any.whl
Algorithm Hash digest
SHA256 bf523d4ffa1225c22358260c792264173d3cb0d8f6525bc8954c19818ee587f8
MD5 adee92b726ee5f16ab30b054d35669a2
BLAKE2b-256 3068e4f341ccc4a56bb19ae103c217054928ddefe61cb9458c59bff5dc983cc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlbot-2.0.0b53-py3-none-any.whl:

Publisher: publish.yml on RLBot/python-interface

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page