mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2026-07-15 23:31:52 +02:00
Comments, small bugfixes removed legacy elements
This commit is contained in:
@@ -18,6 +18,12 @@ class MarlFrameStack(gym.ObservationWrapper):
|
||||
|
||||
@dataclass
|
||||
class RenderEntity:
|
||||
"""
|
||||
TODO
|
||||
|
||||
|
||||
:return:
|
||||
"""
|
||||
name: str
|
||||
pos: np.array
|
||||
value: float = 1
|
||||
@@ -30,6 +36,12 @@ class RenderEntity:
|
||||
|
||||
@dataclass
|
||||
class Floor:
|
||||
"""
|
||||
TODO
|
||||
|
||||
|
||||
:return:
|
||||
"""
|
||||
|
||||
@property
|
||||
def encoding(self):
|
||||
|
||||
Reference in New Issue
Block a user