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.0b55.tar.gz (25.0 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.0b55-py3-none-any.whl (31.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for rlbot-2.0.0b55.tar.gz
Algorithm Hash digest
SHA256 de586ff69ebe3a2cdd1b37a556ec33f1fc29994e96db326cb8f3ddf3401a8f5a
MD5 7ce98bfe1cd6e6cba108506bf5c762bf
BLAKE2b-256 b5edfbca02e8b5609c249f80c90e29e8bdaff5c3c46b45797a629139fc184aaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlbot-2.0.0b55.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.0b55-py3-none-any.whl.

File metadata

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

File hashes

Hashes for rlbot-2.0.0b55-py3-none-any.whl
Algorithm Hash digest
SHA256 10c4283a3c9491348f6d829e8842159b43e90a0b986c5d4b05e3f23f6a1ac50e
MD5 3875873cf4ac5047ce3849d86ddf81fc
BLAKE2b-256 a376fdd9aca3383efb3015ebb7a9a360fd91e324ea571f630e4ab724c7ac61fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlbot-2.0.0b55-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

This release

2.0.0b55 This release

2 files

1.68.0

1 file

1.67.7

1 file

1.67.6

1 file

1.67.5

1 file

1.67.4

1 file

1.67.3

1 file

1.67.2

1 file

1.67.1

1 file

1.67.0

1 file

1.66.1

1 file

1.66.0

1 file

1.65.1

1 file

1.65.0

1 file

1.64.0

1 file

1.63.2

1 file

1.63.1

1 file

1.63.0

1 file

1.62.6

1 file

1.62.5

1 file

1.62.4

1 file

1.62.3

1 file

1.62.2

1 file

1.62.1

1 file

1.62.0

1 file

1.61.1

1 file

1.61.0

1 file

1.60.0

1 file

1.59.2

1 file

1.59.1

1 file

1.59.0

1 file

1.58.2

1 file

1.58.1

1 file

1.58.0

1 file

1.57.0

1 file

1.56.3

1 file

1.56.2

1 file

1.56.1

1 file

1.56.0

1 file

1.55.7

1 file

1.55.6

1 file

1.55.5

1 file

1.55.4

1 file

1.55.3

1 file

1.55.2

1 file

1.55.1

1 file

1.55.0

1 file

1.54.0

1 file

1.53.3

1 file

1.53.2

1 file

1.53.1

1 file

1.53.0

1 file

1.52.0

1 file

1.51.3

1 file

1.51.2

1 file

1.51.1

1 file

1.51.0

1 file

1.50.0

1 file

1.49.0

1 file

1.48.6

1 file

1.48.5

1 file

1.48.4

1 file

1.48.3

1 file

1.48.2

1 file

1.48.1

1 file

1.48.0

1 file

1.47.0

1 file

1.46.6

1 file

1.46.5

1 file

1.46.4

1 file

1.46.3

1 file

1.46.2

1 file

1.46.1

1 file

1.46.0

1 file

1.45.0

1 file

1.44.6

1 file

1.44.5

1 file

1.44.4

1 file

1.44.3

1 file

1.44.2

1 file

1.44.1

1 file

1.44.0

1 file

1.43.7

1 file

1.43.6

1 file

1.43.5

1 file

1.43.4

1 file

1.43.3

1 file

1.43.2

1 file

1.43.1

1 file

1.43.0

1 file

1.42.4

1 file

1.42.3

1 file

1.42.2

1 file

1.42.1

1 file

1.42.0

1 file

1.41.0

1 file

1.40.1

1 file

1.40.0

1 file

1.39.2

1 file

1.39.1

1 file

1.39.0

1 file

1.38.1

1 file

1.38.0

1 file

1.37.2

1 file

1.37.1

1 file

1.37.0

1 file

1.36.8

1 file

1.36.7

1 file

1.36.6

1 file

1.36.5

1 file

1.36.4

1 file

1.36.2

1 file

1.36.1

1 file

1.36.0

1 file

1.35.8

1 file

1.35.7

1 file

1.35.6

1 file

1.35.5

1 file

1.35.4

1 file

1.35.3

1 file

1.35.2

1 file

1.35.1

1 file

1.35.0

1 file

1.34.5

1 file

1.34.4

1 file

1.34.3

1 file

1.34.2

1 file

1.34.1

1 file

1.34.0

1 file

1.33.1

1 file

1.33.0

1 file

1.32.1

1 file

1.32.0

1 file

1.31.1

1 file

1.31.0

1 file

1.30.2

1 file

1.30.1

1 file

1.30.0

1 file

1.29.0

1 file

1.28.3

1 file

1.28.2

1 file

1.28.1

1 file

1.28.0

1 file

1.27.1

1 file

1.27.0

1 file

1.26.4

1 file

1.26.3

1 file

1.26.2

1 file

1.26.1

1 file

1.26.0

1 file

1.25.5

1 file

1.25.4

1 file

1.25.3

1 file

1.25.2

1 file

1.25.1

1 file

1.25.0

1 file

1.24.0

1 file

1.23.2

1 file

1.23.1

1 file

1.23.0

1 file

1.22.2

1 file

1.22.1

1 file

1.22.0

1 file

1.21.0

1 file

1.20.1

1 file

1.20.0

1 file

1.19.1

1 file

1.19.0

1 file

1.18.1

1 file

1.18.0

1 file

1.17.3

1 file

1.17.2

1 file

1.17.1

1 file

1.17.0

1 file

1.16.5

1 file

1.16.4

1 file

1.16.3

1 file

1.16.2

1 file

1.16.1

1 file

1.15.10

1 file

1.15.9

1 file

1.15.8

1 file

1.15.7

1 file

1.15.6

1 file

1.15.5

1 file

1.15.4

1 file

1.15.3

1 file

1.15.2

1 file

1.15.1

1 file

1.15.0

1 file

1.14.12

1 file

1.14.9

1 file

1.14.8

1 file

1.14.7

1 file

1.14.6

1 file

1.14.5

1 file

1.14.4

1 file

1.14.3

1 file

1.14.2

1 file

1.14.1

1 file

1.14.0

1 file

1.13.2

1 file

1.13.1

1 file

1.13.0

1 file

1.12.7

1 file

1.12.6

1 file

1.12.5

1 file

1.12.4

1 file

1.12.3

1 file

1.12.2

1 file

1.12.1

1 file

1.12.0

1 file

1.11.1

1 file

1.11.0

1 file

1.10.2

1 file

1.10.0

1 file

1.9.6

1 file

1.9.5

1 file

1.9.4

1 file

1.9.3

1 file

1.9.2

1 file

1.9.1

1 file

1.9.0

1 file

1.8.3

1 file

1.8.2

1 file

1.8.1

1 file

1.8.0

1 file

1.7.0

1 file

1.6.5

1 file

1.6.4

1 file

1.6.3

1 file

1.6.2

1 file

1.6.1

1 file

1.6.0

1 file

1.5.1

1 file

1.5.0

1 file

1.4.2

1 file

1.4.1

1 file

1.4.0

1 file

1.3.0

1 file

1.2.6

1 file

1.2.5

1 file

1.2.4

1 file

1.2.3

1 file

1.2.2

1 file

1.2.0

1 file

1.1.3

1 file

1.1.2

1 file

1.1.1

1 file

1.1.0

1 file

1.0.6

1 file

1.0.5

1 file

1.0.4

1 file

1.0.3

1 file

1.0.2

1 file

1.0.1

1 file

1.0.0

1 file

0.0.33

1 file

0.0.32

1 file

0.0.31

1 file

0.0.30

1 file

0.0.29

1 file

0.0.28

1 file

0.0.27

1 file

0.0.26

1 file

0.0.25

1 file

0.0.24

1 file

0.0.23

1 file

0.0.22

1 file

0.0.21

1 file

0.0.20

1 file

0.0.19

1 file

0.0.18

1 file

0.0.17

1 file

0.0.16

1 file

0.0.15

1 file

0.0.14

1 file

0.0.13

1 file

0.0.12

1 file

0.0.10

1 file

0.0.9

1 file

0.0.8

1 file

0.0.7

1 file

Supported by

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