-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fixes to simplify the use of the repo for users external to K-Scale Labs #3
Conversation
In particular: * Permit to avoid to use private repo kscalelabs/isaacgym.git and rely on local isaacgym * Fix use of & instead of && in install to download stompy model * Fix name of sim/scripts/create_fixed_urdf.py script
Yeah, thanks for these fixes :) Wish we could just make the repo public. Great PR, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! Just one nit.
@@ -26,15 +26,26 @@ make install-dev | |||
``` | |||
|
|||
3. Install third-party dependencies: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can delete this paragraph and we can just keep the make install-third-party-external
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, done in 29a8d0e .
Enhance Env Randomization, Optimize Performance
Hello, thanks for open sourcing the repo! I tried to run it locally but I faced some problems, so I did some fixes, in particular:
&
instead of&&
in command to download stompy modelsim/scripts/create_fixed_urdf.py
scriptI did not actually tested the training, so I do not know if everything works properly (as I do not know if kscalelabs/isaacgym.git has local changes), but at least the installation completes correctly.
`conda list` output for reproducibility