Skip to content

v0.7.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@JeffA233 JeffA233 released this 20 Dec 04:01
· 53 commits to main since this release

PRs/Merges

  • change get_action_space to usize to match obs_space by @Kaiyotech in #4

Depreciation Notice

  • Previous action was removed from the reward functions and observation builders in favor of the supplied PlayerData last_actions

Breaking Change Notice

  • GameMatch's get_config() return type has been changed from an array of values to just simply a new GameConfig

Notes

Full Changelog: v0.6.0-alpha...v0.7.0-alpha

Fixes:

  • Updated the way the wrapper changes the arena to match new game configs which should fix any oddities with team size changes
  • Fixed how agent assists are checked for validity
  • The renderer now works with tick skip instead of skipping states and having an incorrect update rate with a tick skip other than 1

Minor changes:

  • Bumped rocketsim_rs version

New features:

  • Added From implementation for Velocity and Position for easy conversion if necessary
  • Added more docs