-
Notifications
You must be signed in to change notification settings - Fork 35
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
Comments
Hi! There should not be any such limitation. Is it just silently failing? Have you tried different robot designs? |
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. |
Is the initial load time slow, or is the sim.step() slow (or both)? how long is each taking? |
Hi, sorry for the delay, it's the loading time. I takes few minutes to load, an then everything is ok with the rendering. |
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
The text was updated successfully, but these errors were encountered: