rocket-league-gym
rocket-league-gym copied to clipboard
Fix v2 bump victim id for sim
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