Skip to content
Snippets Groups Projects
Commit 302fb144 authored by u214892's avatar u214892
Browse files

#57 flake8 cleanup

parent 6b737177
No related branches found
No related tags found
No related merge requests found
......@@ -165,4 +165,6 @@ class Demo:
demo_001.set_record_frames(os.path.join(__file_dirname__, '..', 'rendering', 'frame_{:04d}.bmp'))
demo_001.run_demo(360)
Demo.run_complex_scene()
if __name__ == "__main__":
Demo.run_complex_scene()
import numpy as np
from flatland.core.transition_map import GridTransitionMap
from flatland.core.transitions import Grid8Transitions, RailEnvTransitions
from flatland.core.transitions import RailEnvTransitions
from flatland.envs.env_utils import distance_on_rail, connect_rail, get_direction, mirror
from flatland.envs.env_utils import get_rnd_agents_pos_tgt_dir_on_rail
......
......@@ -384,7 +384,6 @@ class PILSVG(PILGL):
}
# "paint" color of the train images we load
# a3BaseColor = self.rgb_s2i("0091ea")
a3BaseColor = self.rgb_s2i("d50000")
self.dPilZug = {}
......
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