Is it fine to make an APIpi call inside a reinforcement learning program?
I have made a game simulation with rest of the API available, and I would like to create a reinforcement learning AI in Python using gym from OpenAI.
is it fine to make api call inside reinforcement learning program?
I have made a game simulation with a rest api available and I would like to create a reinforcement learning AI in python using gym from OpenAI.