Skip to content

Tags: RLGym/rlgym-tools

Tags

v2.6.5

Toggle v2.6.5's commit message
Merge remote-tracking branch 'origin/main'

# Conflicts:
#	rlgym_tools/version.py

v2.6.4

Toggle v2.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version.py

v2.6.3

Toggle v2.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version.py

v2.6.2

Toggle v2.6.2's commit message
Bump version to 2.6.2 and update release notes with new features

v2.6.1

Toggle v2.6.1's commit message
v2.6.1

- Update carball to support latest replay format changes
- Update convert.py to use new flip reset packet data
- Change ReplayMutator to use .npy files instead of .dat, and produce new replay frames.
- Add scripts to make, visualize, and validate replay frame files.

v2.6.0

Toggle v2.6.0's commit message
v2.6.0

- Replace TeamSpiritRewardWrapper with more configurable DistributeRewardsWrapper
- Fix RewardReport not tracking episode ends automatically

v2.5.0

Toggle v2.5.0's commit message
v2.5.0

- VelocityPlayerToBallReward is now normalized to give 1 reward per second at max speed instead of 1 per step.
- Refactor BallTravelReward:
  - All weights now default to 0.
  - Last_touch_agent is now a list called last_touch_agents.
  - Rewards are averaged between agents touching last step and agents touching this step.

v2.4.0

Toggle v2.4.0's commit message
- Split VelocityPlayerToBallReward into different reward functions in…

…stead of using parameters:

  VelocityPlayerToBallReward, DotQuotientVPBReward, TrajectoryComparisonVPBReward
- Redo parameters in BallTravelReward to make them clearer

v2.3.13

Toggle v2.3.13's commit message
Fix reward calculation for GoalProbReward when gamma<1

v2.3.12

Toggle v2.3.12's commit message
Update carball