Releases: RLGym/rlgym-tools
Releases · RLGym/rlgym-tools
v1.8.3
v1.8.2
- Fix no touch timer in GameCondition (Rolv)
- Update RLLib example (Aech)
v1.8.1
- Refactor GameCondition (Rolv, Impossibum)
- Fix a small mistake in LookupAction (Rolv)
v1.8.0
- Add lookup parser as used by Nexto/Tecko (Rolv)
- Add customizable odds to WallPracticeState (Soren)
- Add code for reducing SB3 model size for RLBot botpack, with example (DI3D)
- Update AdvancedPadder for RLGym 1.2 (Kaiyotech)
- Update example code for RLGym 1.2 (mstuettgen)
- Fix AdvancedStacker (Some Rando)
- Fix broken imports in SequentialRewards (Some Rando)
- Fix bad indent in JumpTouchReward (Some Rando)
v1.7.0
- Add AdvancedObsPadder (Impossibum)
- Add JumpTouchReward (Impossibum)
- Fix NameError in KickoffReward (benjamincburns)
- Add generate_probabilities as a method to ReplaySetter (Rolv)
- Upgrade WallSetter (Soren) and fix bug when num_cars == 1 (Kaiyotech)
- Add max overtime to GameCondition (Rolv)
v1.6.5
🎉
v1.6.4
- Added WallStateSetter to help wall training (Soren)
v1.6.3
- Fix hoops-like setter for multiple players (Carrot)
v1.6.2
- Added hoops-like setter (Carrot)
- Fixed kickoff-like setter (Carrot)
- Fixed pitch in KBMAction (Rolv)
- Added include_frame option in replay converter (wrongu)
v1.6.1
- Fixed angular velocities in replay augmenter