An example implementation of a RLBot agent for a trained RLGym-PPO bot
- Update your bot's settings (like tick skip) in
bot.py - Add your bot's OBS in
your_obs.py - Add your bot's action parser in
your_act.py - Set your bot's OBS size and layer sizes in
agent.py - Add your bot's trained
PPO_POLICY.ptinto the main directory - Change your bot's nametag and description in
bot.cfg