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
I am trying to evaluate the pretrained model inside carla simulator(0.9.10.1) using the transfuser repository, do I need to place the "carla_agent.py" script inside transfuser folder and test it in the same fashion for testing for "submission_agent", or do I need to change other arguments?
The text was updated successfully, but these errors were encountered:
I changed those: "export TEAM_AGENT(carla_agent.py path ) and TEAM_CONFIG(carla.ckpt path) " in file local_evaluation.sh in transfuse repository and it worked.
I changed those: "export TEAM_AGENT(carla_agent.py path ) and TEAM_CONFIG(carla.ckpt path) " in file local_evaluation.sh in transfuse repository and it worked.
thanks for your reply! I have tried and an error raised “leaderboard.autoagents.agent_wrapper_local.AgentError: shape '[196608, 3]' is invalid for input of size 967680". Is there anything I missed?
I am trying to evaluate the pretrained model inside carla simulator(0.9.10.1) using the transfuser repository, do I need to place the "carla_agent.py" script inside transfuser folder and test it in the same fashion for testing for "submission_agent", or do I need to change other arguments?
The text was updated successfully, but these errors were encountered: