An open API service indexing awesome lists of open source software.

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

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())`