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

Update multi_agent_training.py

parent f380125f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ from collections import deque
# make sure the root path is in system path
from pathlib import Path
from flatland.envs.malfunction_generators import malfunction_from_params
from flatland.envs.malfunction_generators import malfunction_from_params, MalfunctionParameters
base_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(base_dir))
......
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