Skip to content

revert import changes to training_navigation

Ghost User requested to merge (removed):patch-1 into master

I'm not a Python expert, but it looks like there has been an error in the latest commit This

from flatland.envs.observations import TreeObsForRailEnv
from flatland.envs.rail_env import RailEnv

has been changed to this:

flatland.envs.rail_env
import RailEnv
Edited by Ghost User

Merge request reports