mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 17:11:35 +02:00
fixed render funciton and obsbuilder
This commit is contained in:
@ -49,9 +49,6 @@ class Battery(_Object):
|
||||
summary.update(dict(belongs_to=self._bound_entity.name, chargeLevel=self.charge_level))
|
||||
return summary
|
||||
|
||||
def render(self):
|
||||
return None
|
||||
|
||||
|
||||
class Pod(Entity):
|
||||
|
||||
|
Reference in New Issue
Block a user