jboardman367

Results 2 issues of jboardman367

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...

Errors that are raised in `run_exercises` during the execution of an exercise are handled in a way inconsistent with the typing of the method, https://github.com/RLBot/RLBot/blob/master/src/main/python/rlbot/training/training.py#L167 passes an exception to the...