rocket-league-gym icon indicating copy to clipboard operation
rocket-league-gym copied to clipboard

Fix v2 bump victim id for sim

Open jboardman367 opened this issue 1 year ago • 0 comments

Bump victim ID was being passed as a rocket-sim id to the GameState object, which is not usable. This change makes it the corresponding agent ID so that it can be mapped to the car in the GameState.

Below is a patch to example.py that reproduces the issue. bump-victim.patch

jboardman367 avatar Jan 27 '24 06:01 jboardman367