Doors with area debugged

This commit is contained in:
Steffen Illium
2021-07-30 08:40:39 +02:00
parent 042c850588
commit c7b4c69d17
5 changed files with 26 additions and 13 deletions

View File

@ -172,7 +172,7 @@ class SimpleFactory(BaseFactory):
try:
# penalty = current_dirt_amount
reward = dirt_distribution_score
reward = 0
except (ZeroDivisionError, RuntimeWarning):
reward = 0