Downloads · 30 days
0
FlameF0X/CanoPy
CanoPy is a reinforcement learning model from FlameF0X. Use it for the reinforcement learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
CanoPy is a self-playing reinforcement learning Rocket League agent designed for the RLBot Championship 2025. It uses PPO (Proximal Policy Optimization) to learn 2v2 gameplay through self-play. The agent is trained to…
Downloads · 30 days
0
Access
Public
Updated Sep 5, 2025
Repo size
1.5 MB
Likes
0
Public
Click a slice to open those files.
.pt1.5 MB · 100%
From the Hugging Face model README
CanoPy is a self-playing reinforcement learning Rocket League agent designed for the RLBot Championship 2025.
It uses PPO (Proximal Policy Optimization) to learn 2v2 gameplay through self-play. The agent is trained to play effectively on both blue and orange teams and can generalize to various team compositions.
rlgym-ppo)DefaultObs with normalized positions, angles, velocities, and boost

config.json)CanoPy is intended for research, competition, and experimentation within the RLBot framework. It is designed to compete in the ML bot bracket of the RLBot Championship 2025.
CanoPy can be evaluated using the evaluate() function in the training script. Expected evaluation includes average episode returns and gameplay against copies of itself.
@flame_f0x