-
Notifications
You must be signed in to change notification settings - Fork 18
Description
When I run
bash ./simulation/data_collection/scripts/weather-0/routes_town01_0.sh
There's error of
simulation/leaderboard/leaderboard/leaderboard_evaluator_parameter.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Traceback (most recent call last):
File "simulation/leaderboard/leaderboard/leaderboard_evaluator_parameter.py", line 42, in
from leaderboard.scenarios.scenario_manager import ScenarioManager
File "/home/jenny/Documents/V2Xverse/simulation/leaderboard/leaderboard/scenarios/scenario_manager.py", line 25, in
from leaderboard.autoagents.agent_wrapper import AgentWrapper, AgentError
File "/home/jenny/Documents/V2Xverse/simulation/leaderboard/leaderboard/autoagents/agent_wrapper.py", line 21, in
from leaderboard.autoagents.autonomous_agent import Track
File "/home/jenny/Documents/V2Xverse/simulation/leaderboard/leaderboard/autoagents/autonomous_agent.py", line 17, in
from leaderboard.utils.route_manipulation import downsample_route
File "/home/jenny/Documents/V2Xverse/simulation/leaderboard/leaderboard/utils/route_manipulation.py", line 16, in
from agents.navigation.global_route_planner import GlobalRoutePlanner
ModuleNotFoundError: No module named 'agents'
Can I have the agent file, please? or anyone know how to solve this issue?