I need to extract the scores to train my reinforcement learning model. Is there any function to get number of passed gates, time and penalties at each step time?
I know I can read them from the log file, but reading a file is time consuming. I need to do it through the API.
I need to extract the scores to train my reinforcement learning model. Is there any function to get number of passed gates, time and penalties at each step time? I know I can read them from the log file, but reading a file is time consuming. I need to do it through the API.