Some Dokumentation (tools.py)

This commit is contained in:
Steffen Illium
2023-11-22 12:34:16 +01:00
parent 604c0c6f57
commit d8a0756d34
2 changed files with 149 additions and 70 deletions
+4 -8
View File
@@ -19,10 +19,8 @@ class MarlFrameStack(gym.ObservationWrapper):
@dataclass
class RenderEntity:
"""
TODO
:return:
This class defines the interface to communicate with the Renderer. Name and pos are used to load an asset file
named name.png and place it at the given pos.
"""
name: str
pos: np.array
@@ -37,10 +35,8 @@ class RenderEntity:
@dataclass
class Floor:
"""
TODO
:return:
This class defines Entity like Floor-Objects, which do not come with the overhead.
Solely used for field-of-view calculation.
"""
@property