Replies: 2 comments 1 reply
-
Thank you for your interest in Isaac Lab. You may use a fork, just keep the license files as in the repo. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi there, we generally recommend the extension template for standalone projects like the one you proposed. This method helps isolate the code specific for your project from the core isaac lab code. You can choose to host the repo based on your preference, it can either be a fork or as a completely new repository, as long as the original licenses are specified on the isaac lab code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
I am working on a paper in RL, and have written code that extensively uses IsaacLab
The structure of the code is a bit strange as I have also written a class that contains a learning algorithm
I am wondering if anyone can be in contact with my about the best way to go about publishing this code
At the moment, I have structured my code as follows:
One of the complexities in my use case is the fact that trainer.py relies on a checkpoint produced by the user using skrl/train.py
If anyone could provide clarity of the best way for me to publish my code and make it reproducible I would really appreciate that
The most basic way would just be to publish my code as a fork of the IsaacLab repo but Im not 100% sure if thats allowed or good practice
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions