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
Traceback (most recent call last):
File "scripts/evaluate.py", line 432, in <module>
run_evaluation(
File "scripts/evaluate.py", line 150, in run_evaluation
stats, info, renderings, adjust_plans, trace = rollout_episodes(
File "/home/yutaka/nvidia_simulator/tbsim/tbsim/utils/env_utils.py", line 286, in rollout_episodes
action = policy.get_action(obs_torch, step_index=counter)
File "/home/yutaka/nvidia_simulator/tbsim/tbsim/policies/wrappers.py", line 269, in get_action
ego_action, ego_action_info = self.ego_policy.get_action(
File "/home/yutaka/nvidia_simulator/tbsim/tbsim/policies/wrappers.py", line 237, in get_action
action, action_info = self.policy.get_action(obs, **kwargs)
File "/home/yutaka/nvidia_simulator/tbsim/tbsim/policies/hardcoded.py", line 739, in get_action
lanes = TensorUtils.to_numpy(obs_dict["ego_lanes"][i])
KeyError: 'ego_lanes'
I guess we need to add ego_lanes in the observation dictionary, but I'm not sure how to do it. Does anyone know how to include the ego_lanes in the observation dictionary?
The text was updated successfully, but these errors were encountered:
Hello. I was trying to run the sampling based planner in the code, but I got an error.
Command
Output Error
I guess we need to add
ego_lanes
in the observation dictionary, but I'm not sure how to do it. Does anyone know how to include theego_lanes
in the observation dictionary?The text was updated successfully, but these errors were encountered: