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

Updated predictor to respect differential speed in env.

parent fe26db7d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ np.random.seed(1)
# Use the complex_rail_generator to generate feasible network configurations with corresponding tasks
# Training on simple small tasks is the best way to get familiar with the environment
#
TreeObservation = TreeObsForRailEnv(max_depth=2, predictor=ShortestPathPredictorForRailEnv())
LocalGridObs = LocalObsForRailEnv(view_height=10, view_width=2, center=2)
......
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