LAV: Unable to use the fast agent

Hello, thanks for the open source of this fantastic work!

I am able to use the default v2 agent. However, I encounter such error when use the fast agent.

  File "LAV/team_code_v2/lav_agent_fast.py", line 115, in setup
    self.bra_model = torch.jit.load(self.bra_model_trace_dir)
  File "miniconda3/envs/LAV-env2/lib/python3.7/site-packages/torch/jit/_serialization.py", line 162, in load
    cpp_module = torch._C.import_ir_module(cu, str(f), map_location, _extra_files)
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
Could not setup required agent due to PytorchStreamReader failed reading zip archive: failed finding central directory

Could you please help me to solve this problem? :octocat:

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Comments: 16 (9 by maintainers)

Most upvoted comments

hello.I also encountered a problem with agent. After running, it displays:Could not set up the required agent:

invalid load key, ā€˜v’. Run command : ROUTES=/home/zhangting/LAV/assets/routes_lav_valid.xml ./leaderboard/scripts/run_evaluation.sh How can I solve it?thank you