mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-06 17:41:36 +02:00
object and objects are now private
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
from marl_factory_grid.environment.groups.objects import Objects
|
||||
from marl_factory_grid.environment.groups.objects import _Objects
|
||||
from marl_factory_grid.modules.zones import Zone
|
||||
|
||||
|
||||
class Zones(Objects):
|
||||
class Zones(_Objects):
|
||||
|
||||
symbol = None
|
||||
_entity = Zone
|
||||
|
Reference in New Issue
Block a user