mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-09-18 00:21:58 +02:00
object and objects are now private
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import random
|
||||
from typing import List, Tuple
|
||||
|
||||
from marl_factory_grid.environment.entity.object import Object
|
||||
from marl_factory_grid.environment.entity.object import _Object
|
||||
|
||||
|
||||
class Zone(Object):
|
||||
class Zone(_Object):
|
||||
|
||||
@property
|
||||
def positions(self):
|
||||
|
Reference in New Issue
Block a user