Skip to content
Snippets Groups Projects
Commit d8f99e0c authored by Erik Nygren's avatar Erik Nygren :bullettrain_front:
Browse files

this adresses #263:

Added fixed to attributes in agent_utils.py
parent 5e270131
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class EnvAgentStatic(object):
malfunction_data = attrib(
default=Factory(
lambda: dict({'malfunction': 0, 'malfunction_rate': 0, 'next_malfunction': 0, 'nr_malfunctions': 0,
'moving_before_malfunction': False})))
'moving_before_malfunction': False, 'fixed': False})))
status = attrib(default=RailAgentStatus.READY_TO_DEPART, type=RailAgentStatus)
position = attrib(default=None, type=Optional[Tuple[int, int]])
......
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