From 30b4ca61551c9fff6c8f778f649293e8956f8d2c Mon Sep 17 00:00:00 2001
From: MLErik <baerenjesus@gmail.com>
Date: Mon, 5 Aug 2019 16:33:22 -0400
Subject: [PATCH] Updated predictor to respect differential speed in env.

---
 examples/training_example.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/training_example.py b/examples/training_example.py
index 521cca8c..1eb8d03f 100644
--- a/examples/training_example.py
+++ b/examples/training_example.py
@@ -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)
-- 
GitLab