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

Maximum size of robot 14x14 #48

Open
LeoneCosti96 opened this issue Oct 23, 2024 · 4 comments
Open

Maximum size of robot 14x14 #48

LeoneCosti96 opened this issue Oct 23, 2024 · 4 comments

Comments

@LeoneCosti96
Copy link

When playing around with the simulation, I found out that if you make the robot NxN, everything works perfectly up to N=14, but the simulation does not even start from N=15. Is it due to computation time, or is there some intrinsic limit in the way the simulator is implemented? I am rendering in 'screen'mode

@jagdeepsb
Copy link
Contributor

Hi! There should not be any such limitation. Is it just silently failing? Have you tried different robot designs?

@LeoneCosti96
Copy link
Author

Thank you for your reply! I have performed a better investigation using sample_robot() multiple times, and at an increasing N. it does work but as N increases the time before the beginning of the rendering increases significantly. It becomes a problem if trying to optimize big robots, but I am not sure what can be done about it.

@jagdeepsb
Copy link
Contributor

Is the initial load time slow, or is the sim.step() slow (or both)? how long is each taking?

@LeoneCosti96
Copy link
Author

Hi, sorry for the delay, it's the loading time. I takes few minutes to load, an then everything is ok with the rendering.

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