Hello.
During training I have to make a HTTP GET request to fetch some data. Then based on the data I give reward to the agent.
During waiting seconds for the data to be received, mlagents steps counting without doing something.
My question is if that will affect something and if freezing Unity until data received would be a better approach.
Thanks.