Follow the README until line 36
when running the command
env = gym.make('gym_hiway:hiway-competition-v0', config={'sumo_scenario': '../dataset_public/3lane'})
there is an error said as following:
File "/root/.venv/lib/python3.6/site-packages/hiway/sumo_traffic_simulation.py", line 58, in __init__
self._road_network = SumoRoadNetwork.from_file(self._scenario.net_filepath)
AttributeError: 'str' object has no attribute 'net_filepath'
Shall we modify some places in the file sumo_traffic_simulation.py ?
Posted by: Team99 @ Nov. 1, 2019, 11:37 p.m.There was an error with the initial starting kit, a re-download should get you back on track.
Posted by: HuaweiUK @ Nov. 2, 2019, 12:38 a.m.