Comments, small bugfixes removed legacy elements

This commit is contained in:
Steffen Illium
2023-11-17 12:27:03 +01:00
parent fea327861e
commit 467cc3f793
27 changed files with 569 additions and 64 deletions
@@ -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):