mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-13 10:50:36 +01: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.environment.entity.object import EnvObject
|
||||
|
||||
|
||||
class Collection(Objects):
|
||||
class Collection(_Objects):
|
||||
_entity = EnvObject
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user