mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-06-19 19:02:53 +02:00
fixed names and function, dirtspawn and item spawn
This commit is contained in:
@ -131,6 +131,7 @@ class EnvObject(Object):
|
||||
return c.VALUE_OCCUPIED_CELL
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
self._bound_entity = None
|
||||
super(EnvObject, self).__init__(**kwargs)
|
||||
|
||||
def change_parent_collection(self, other_collection):
|
||||
|
Reference in New Issue
Block a user