mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-09-18 00:21:58 +02:00
Maintainer and pos_dicts fixed. Are sets now.
This commit is contained in:
@@ -23,3 +23,7 @@ class Doors(Collection):
|
||||
results.append(tick_result)
|
||||
# TODO: Should return a Result object, not a random dict.
|
||||
return results
|
||||
|
||||
def reset(self):
|
||||
for door in self:
|
||||
door.reset()
|
||||
|
Reference in New Issue
Block a user