https://github.com/martico2432/rlgym-v2-to-rlbot-v5
My own custom implementation of rlgym ppo bot to rlbot v5
https://github.com/martico2432/rlgym-v2-to-rlbot-v5
python pytorch rlbot rlgym torch
Last synced: 3 months ago
JSON representation
My own custom implementation of rlgym ppo bot to rlbot v5
- Host: GitHub
- URL: https://github.com/martico2432/rlgym-v2-to-rlbot-v5
- Owner: Martico2432
- License: mit
- Created: 2025-03-03T12:35:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T13:32:57.000Z (3 months ago)
- Last Synced: 2025-03-03T13:39:06.718Z (3 months ago)
- Topics: python, pytorch, rlbot, rlgym, torch
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RLBotRlGymPythonExample
Example of a Python bot using the RLBot framework
Wiki: [VirxEC/python-interface/wiki](https://github.com/VirxEC/python-interface/wiki)
## Quick Start
1. Install Python 3.11 or later
- `pip install -r requirements.txt`
1. Download `RLBotServer.exe` and place it in the root directory
-
1. Start a match with `python run.py`## Changing the bot
- Send the POLICY.pt directly into src/ folder
- Modify the action parser and obs to match yours
- Modify custom_discrete `layers.append(nn.LeakyReLU(0.015))` to `layers.append(nn.ReLU())`