David Duro Aragonés

Results 13 comments of David Duro Aragonés

I'm having the same issue, but I don't know what could have caused it, it used to work without any problems.

Yes, when I updated my fork to the latest commits it started to crash @jmplaza

I noticed that the browser buttons don't update (the console does), you can launch the code (without seeing what's going on), but you can't stop it or restart it

I was just launching the script `sh scripts/develop_academy.sh -g` and opening the exercises, for some reason it solved itself, I attach a picture of how I saw the error (I...

I've been trying it both ways and got the same result, but I mean that by launching it this way it has been magically fixed

After verifying that I was launching the wrong user version, I close the issue to open another one specifically for launching it for developers

It seems that everything is pybullet's problem, they have an open issue, I don't close the issue in case you don't know about the existence of this error.

Actually, the bug is caused by using python versions above 3.8. SMARTS uses numpy libraries which have been renamed in python 3.10. Try installing it by creating a virtual environment...

I created this issue to either change the installation instructions saying that the virtual environment cannot be created with python versions higher than 3.8 or to update the way they...