mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2026-07-15 23:31:52 +02:00
Maintainer and pos_dicts fixed. Are sets now.
This commit is contained in:
@@ -18,6 +18,7 @@ class Action(abc.ABC):
|
||||
|
||||
@abc.abstractmethod
|
||||
def do(self, entity, state) -> Union[None, ActionResult]:
|
||||
print()
|
||||
return
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user