https://github.com/rlbot/rlbotpythonexample
Example of a python bot using the RLBot framework
https://github.com/rlbot/rlbotpythonexample
rocket-league
Last synced: about 1 month ago
JSON representation
Example of a python bot using the RLBot framework
- Host: GitHub
- URL: https://github.com/rlbot/rlbotpythonexample
- Owner: RLBot
- License: mit
- Created: 2018-04-15T16:56:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T07:40:34.000Z (over 3 years ago)
- Last Synced: 2025-04-09T15:08:17.747Z (about 1 month ago)
- Topics: rocket-league
- Language: Python
- Size: 477 KB
- Stars: 190
- Watchers: 16
- Forks: 79
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RLBotPythonExample
Example of a Python bot using the RLBot framework## Quick Start
The easiest way to start a Python bot is demonstrated here!
https://youtu.be/YJ69QZ-EX7kIt shows you how to:
- Install the RLBot GUI
- Use it to create a new bot## Changing the bot
- Bot behavior is controlled by `src/bot.py`
- Bot appearance is controlled by `src/appearance.cfg`See https://github.com/RLBot/RLBotPythonExample/wiki for documentation and tutorials.