-
Notifications
You must be signed in to change notification settings - Fork 100
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
Running dockerfile in 18.04, steps after building #53
Comments
Nice! The docker stuff is still very experimental but how it currently is set up it allows you to run any command inside container. The README.md has one such example of how this can be done. I haven't been able to get the GUI working though which would make many of the test scripts how they are unusable put supposedly it works on osx. A better use case would be to use the container to run a headless training session. If you have a clean copy of ubuntu I would suggest just following the commands in this travis file or the docker file to set up the environment. |
Thanks @wil3 I've just followed the commands in the travis file from a clean copy of ubuntu 18.04 . And still getting the same failed building wheel for gym error It's a completely clean ubuntu, followed travis commands and then tried to install gymfc. Has anyone been successful following these steps in a clean system? Are there any extra packages or anything a clean 18.04 system needs to have in order to get gymfc running? Thanks |
Okay, test_axis does work! Will try the other scripts All the issues are regarding the test_start script, cant get it to work whatever system Im using, so it must be something wrong with that specific script. Even if I'm getting the dart setanchor error, still working |
Pretty sure the setanchor is normal behaviour. That surprises me test_axis works but test_start does not since test_axis essentially just extends test_start. What happens when you run the script? Are the gzserver and gzclient processes running (could check with There has been a recent change that does not exist in test_axis but is in test_start however. On this line, can you remove |
both test_start_sim and test_axis working now, didnt change anything thoughConfirmed Gymfc was installed in development mode (pip3 install -e .) Short video of both scripts running test_axis --verbose output: (output is pretty long as it loops SetLinearVel() and SetAngularVel() joint parent warnings for a while)
|
I'm using a brand new computer with 18.04 installed (ubuntu, GNOME desktop)
Tested if my system is able to run dockers, and it seems so.
Now I downloaded the gymfc git and run dockerfile, after modifying the line:
ENV USER=gymfc to ENV USER=xabi (my current username, maybe not needed)
Some red lines appear, but overall docker gets built after finishing 23 steps
How can I run the docker and test it with the test_axis or other scripts now? I'm not used to run dockers and dont know where to locate it.
Thanks!
The text was updated successfully, but these errors were encountered: