-
Notifications
You must be signed in to change notification settings - Fork 269
Add dora-isaacsim node #1035
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
base: main
Are you sure you want to change the base?
Add dora-isaacsim node #1035
Conversation
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.
Can we not commit video please?
Could you remove it from the git history?
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, I'll put it on the web.
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.
Sorry would it be possible to remove it from the git history?
examples/isaacsim-sim/README.md
Outdated
| 2. Download model parameters `policy_best.ckpt` and `dataset_stats.pkl` to `node-hub/policy-act/policy_act/assets/ckpt/` | ||
| + Here is an example [act_model](https://drive.google.com/drive/folders/1F1GcguN-Zlrq22FOAqiBiZu6iCwIX6EC?usp=sharing). | ||
| 3. Download [isaacsim](https://docs.isaacsim.omniverse.nvidia.com/4.5.0/installation/download.html); | ||
| 4. Download [scenary](https://drive.google.com/drive/folders/1wZEysysqdKG0UYsZLl51Rdi7MFiYbfbP?usp=sharing) and unzip to `node-hub/dora-isaacsim/dora_isaacsim/assets/` |
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.
Is there a more official links to scenary? i don't know how rmaintainable it is to use some drive google to keep track of code.
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.
This scenary is built according to the official asset library of ISAACSIM (see Isaac Sim Assets in https://docs.isaacsim.omniverse.nvidia.com/4.5.0/installation/download.html, about 100G in total), and anyone can build their own scenary based on this asset library.
examples/isaacsim-sim/README.md
Outdated
|
|
||
| 1. Clone this repository; | ||
| 2. Download model parameters `policy_best.ckpt` and `dataset_stats.pkl` to `node-hub/policy-act/policy_act/assets/ckpt/` | ||
| + Here is an example [act_model](https://drive.google.com/drive/folders/1F1GcguN-Zlrq22FOAqiBiZu6iCwIX6EC?usp=sharing). |
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.
Would it be possible to push thome models on huggingface so that it is easier to download and track from code?
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
examples/isaacsim-sim/README.md
Outdated
| <path of isaacsim>/python.sh -m pip install omegaconf==2.3.0 \ | ||
| hydra-core==1.3.2 \ | ||
| debugpy \ | ||
| h5py==3.13.0 \ | ||
| pyparsing==2.4.6 \ | ||
| pyyaml==5.3.1 \ | ||
| empy==3.3.2 \ | ||
| scipy |
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.
shouldn't this be in a requirements.txt file?
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, I'll create a new requirements_isaacsim.txt. (isaacsim has its own python)
|
Thanks berry! Also, could be great to double check the CI/CD errors if you have time. Very much looking forward to use Isaac Sim |
|
I'm very much confused. It seems that you deleted everything and make it dependant on your git repo? |
|
FYI, it seems that the cli is failing. You can try the cli locally with: chmod +x ../.././.github/workflows/node_hub_test.sh
../.././.github/workflows/node_hub_test.sh |
No description provided.