-
Notifications
You must be signed in to change notification settings - Fork 29
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
inference_demo.py issue, detailed install instructions of tested platform? #1
Comments
I had introduced a small bug on the inference script, should be fixed right now. (Currently testing here.) |
Regarding demo running slowly, for simple examples like that, most of that is simply because the pygame display is not really optimized, if you run with no display (python demo.py -nd or setting screen=None in the run_world code) it should run much faster than real time. On top of that, especially for more complex examples, the solver is still running on dense matrices, so we're currently working on speeding that up taking advantage of the sparsity in the formulation. |
Thanks for the quick reply, performance makes sense now. After updating, the error is as follows:
|
Fixed. Strange that it passed the tests, I'll check on that. |
I'm getting errors after installing it, see below. Can you describe on what platform you develop and test lcp-physics, which versions of all relevant packages (Linux distro, mac, windows etc), python3 version (anaconda?) etc.
demo.py seems to work (but sim runs pretty slow), but python inference_demo.py gives an error:
The text was updated successfully, but these errors were encountered: