Skip to content

Releases: RLGym/rlgym-tools

v1.8.3

29 Apr 09:04
e4912c3
Compare
Choose a tag to compare
  • Update parse_actions in lookup_act.py (Jeff)

v1.8.2

14 Feb 08:46
435f06d
Compare
Choose a tag to compare
  • Fix no touch timer in GameCondition (Rolv)
  • Update RLLib example (Aech)

v1.8.1

06 Dec 23:04
Compare
Choose a tag to compare
  • Refactor GameCondition (Rolv, Impossibum)
  • Fix a small mistake in LookupAction (Rolv)

v1.8.0

05 Aug 23:07
Compare
Choose a tag to compare
  • 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

08 May 20:18
d65bb07
Compare
Choose a tag to compare
  • 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

31 Mar 21:25
e8b0a68
Compare
Choose a tag to compare

🎉

v1.6.4

29 Mar 13:09
0b4ce2f
Compare
Choose a tag to compare
  • Added WallStateSetter to help wall training (Soren)

v1.6.3

23 Mar 15:22
aaa551d
Compare
Choose a tag to compare
  • Fix hoops-like setter for multiple players (Carrot)

v1.6.2

22 Mar 22:03
236cb6f
Compare
Choose a tag to compare
  • 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

08 Jan 14:35
Compare
Choose a tag to compare
  • Fixed angular velocities in replay augmenter