You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a small project related to football (soccer) data analysis and would like to calculate the goal rate for players or teams. However, I am a bit confused about how to accurately calculate this metric.
Currently, I can get the score reward for an episode, but this metric seems to give a 1 whenever a player gets the ball, and 0 otherwise. It does not actually represent goals scored.