LARG / HFO

Half Field Offense in Robocup 2D Soccer
MIT License
228 stars 93 forks source link

End an episode #92

Open arminsadreddin opened 4 years ago

arminsadreddin commented 4 years ago

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