You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "main.py", line 599, in
train()
File "main.py", line 242, in train
ids, state_next, reward, actions, collisions, estm_collisions, collisions_per_veh, jerks, lock = env.scene_update()
File "/public/home/wyl/PVE-MCC_for_unsignalized_intersection-main/traffic_interaction_scene.py", line 372, in scene_update
v_name = "%s_%s" % (v[1], self.veh_info[v[1]][v[2]]["seq_in_lane"])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
File "main.py", line 599, in
train()
File "main.py", line 242, in train
ids, state_next, reward, actions, collisions, estm_collisions, collisions_per_veh, jerks, lock = env.scene_update()
File "/public/home/wyl/PVE-MCC_for_unsignalized_intersection-main/traffic_interaction_scene.py", line 372, in scene_update
v_name = "%s_%s" % (v[1], self.veh_info[v[1]][v[2]]["seq_in_lane"])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: