mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-09-18 00:21:58 +02:00
New Szenario "Two_Rooms_One_Door"
This commit is contained in:
@@ -51,7 +51,7 @@ class Inventories(HasBoundMixin, Objects):
|
||||
_entity = Inventory
|
||||
var_can_move = False
|
||||
|
||||
def __init__(self, size, *args, **kwargs):
|
||||
def __init__(self, size: int, *args, **kwargs):
|
||||
super(Inventories, self).__init__(*args, **kwargs)
|
||||
self.size = size
|
||||
self._obs = None
|
||||
|
Reference in New Issue
Block a user