misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-10-04 15:38:07 +02:00
parent e56a6396a5
commit aedf670bcf
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

@ -84,7 +84,7 @@ def on_ai_best_reward(agent, reward):
pass
# called when the AI got the best reward so far
# called when the AI got the worst reward so far
def on_ai_worst_reward(agent, reward):
pass