Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 508 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 508 Bytes

RLGym-PPO RLBot Example

An example implementation of a RLBot agent for a trained RLGym-PPO bot

Steps To Set Up

  • 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.pt into the main directory
  • Change your bot's nametag and description in bot.cfg