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 reproduce the evaluation, but I am having trouble resolving issue below:
(garage_2) hslim@hslim:~/workspace/LMDrive$ ./leaderboard/scripts/run_evaluation.sh
bash: carla/CarlaUE4.sh: No such file or directory
leaderboard/leaderboard/leaderboard_evaluator.py
/home/hslim/workspace/LMDrive/leaderboard/leaderboard/leaderboard_evaluator.py:19: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.version import LooseVersion
Traceback (most recent call last):
File "/home/hslim/workspace/LMDrive/leaderboard/leaderboard/leaderboard_evaluator.py", line 492, in <module>
main()
File "/home/hslim/workspace/LMDrive/leaderboard/leaderboard/leaderboard_evaluator.py", line 479, in main
statistics_manager = StatisticsManager()
TypeError: StatisticsManager.__init__() missing 2 required positional arguments: 'endpoint' and 'debug_endpoint'
Would you mind give me a help how to solve this?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Thank you for your response.
At the moment, I was using external Carla simulator, so there was an error like that (I've started carla simulator manually)
Currently, I've also followed to setup carla as readme, and the error you mentioned is disappeared (carla pops up well). However, statisticalmanager error still persist.
Hi!
bash: carla/CarlaUE4.sh: No such file or directory
It shows that you did not install the Carla simulator correctly. Can you install it and try again?
Hello team. Thank you for you work!.
I am trying to reproduce the evaluation, but I am having trouble resolving issue below:
Would you mind give me a help how to solve this?
Thank you in advance!
The text was updated successfully, but these errors were encountered: