Example of a python bot using the RLBot framework
https://www.youtube.com/watch?v=UjsQFNN0nSA
- 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
- Open Rocket League
- Double click on run-gui.bat
- Click the 'Run' button
- 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.