Skip to content
Snippets Groups Projects
Commit 5003eecb authored by Erik Nygren's avatar Erik Nygren
Browse files

updated tree observation

now detecting malfunctioning agents
now detecting slowest fractional speed

fixed formatting
parent e0a10143
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ class TreeObsForRailEnv(ObservationBuilder):
Missing values in present node are filled in with +inf (truncated).
In case of the root node, the values are [0, 0, 0, 0, distance from agent to target].
In case of the root node, the values are [0, 0, 0, 0, distance from agent to target, own malfunction, own speed]
In case the target node is reached, the values are [0, 0, 0, 0, 0].
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment