I am just trying to end the episode when the opponent catches the ball.
I am changing the hfo_example_agent.py in the examples directory for my needs.
I tried to break the inner loop when my condition satisfies, although my break line gets executed, still it does not start the new episode and still running the old one.
I am just trying to end the episode when the opponent catches the ball. I am changing the hfo_example_agent.py in the examples directory for my needs. I tried to break the inner loop when my condition satisfies, although my break line gets executed, still it does not start the new episode and still running the old one.
Thanks