Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evaluation is not run #118

Open
nwdxbx opened this issue Jan 24, 2025 · 2 comments
Open

evaluation is not run #118

nwdxbx opened this issue Jan 24, 2025 · 2 comments

Comments

@nwdxbx
Copy link

nwdxbx commented Jan 24, 2025

hi, I'm sorry trouble you. but I'm really meeting the probleam.
when I run the ./leaderboard/scripts/run_evaluation.sh scripts, the process don't run again. It seems I need set zhe agent, but I don't know how to do it. can you helpe me.

Image

@deepcs233
Copy link
Collaborator

Hi!

It looks like the evaluation script did not connect to the simulator. Can you check the port?BTW, the simulator often has some strange problems. You can restart the simulator before try again.

@nwdxbx
Copy link
Author

nwdxbx commented Feb 27, 2025

Hi!

It looks like the evaluation script did not connect to the simulator. Can you check the port?BTW, the simulator often has some strange problems. You can restart the simulator before try again.

thank you for your reply! I debug the process and found the problem at the code
self._display = pygame.display.set_mode(
(self._width, self._height), pygame.HWSURFACE | pygame.DOUBLEBUF
)
it maybe the ploblem of pygame library.
I download sudo apt-get install libsdl2-dev but the problem still exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants