Skip to content

matevzjecl/RLBOT

Repository files navigation

RLBotPythonExample

Example of a python bot using the RLBot framework

Installation

Video guide

https://www.youtube.com/watch?v=UjsQFNN0nSA

Plain instructions

  1. Make sure you've installed Python 3.6 64 bit. During installation:
    • Select "Add Python to PATH"
    • Make sure pip is included in the installation
  2. Open Rocket League
  3. Download or clone this repository
  4. In the files from the previous step, find and double click on run-gui.bat
  5. Click the 'Run' button

Changing the bot

  • Bot behavior is controlled by python_example/python_example.py
  • Bot appearance is controlled by python_example/appearance.cfg

See https://github.com/RLBot/RLBotPythonExample/wiki for documentation and tutorials.