Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 544 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 544 Bytes

RLBouncer

Run ball.py. By default, it'll loop through the .csvs in the data folder. It'll plot each dataset with the real values (in black) and simualted ones (in red). Close the plot and press enter to move on to the next one.

Thanks for the algorithm and datasets go to this guy. https://samuelpmish.github.io/notes/RocketLeague/ball_bouncing/

Requires:

  • matplotlib for plotting
  • pandas for csv stuff.
  • numpy for data stuff.

Simulations for the ~350 samples by chip here https://imgur.com/a/tUpPX Red is simulated. Black is actual.