You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue when using the data generation example in imitation learning. When running it in headless mode, the process gets stuck at a certain step without any further output in the terminal.
Additionally, when I try to train a BC policy using the following command: ./isaaclab.sh -p scripts/imitation_learning/robomimic/train.py --task Isaac-Stack-Cube-Franka-IK-Rel-v0 --algo bc --dataset ./datasets/generated_dataset.hdf5
It also gets stuck, seemingly due to headless mode. I am certain that I successfully trained the BC policy using the same process a few weeks ago, but I’m not sure why headless mode is causing issues this time.
Thank you for posting this. We will take a look. Could you fill in our Bug Report template in the issues? Or simply replace "[Question]" in the title with "[Bug Report]" and edit your text to fill in the following:
If you are submitting a bug report, please fill in the following details and use the tag [bug].
### Describe the bug
A clear and concise description of what the bug is.
### Steps to reproduce
Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful.
<!-- Please post terminal logs, minimal example to reproduce, or command to run under three backticks (```) to allow code formatting.
****Paste your error here****
For more information on this, check: https://www.markdownguide.org/extended-syntax/#fenced-code-blocks
-->
### System Info
Describe the characteristic of your environment:
<!-- Please complete the following description. -->
- Commit: [e.g. 8f3b9ca]
- Isaac Sim Version: [e.g. 2022.2.0, this can be obtained by `cat ${ISAACSIM_PATH}/VERSION`]
- OS: [e.g. Ubuntu 20.04]
- GPU: [e.g. RTX 2060 Super]
- CUDA: [e.g. 11.4]
- GPU Driver: [e.g. 470.82.01, this can be seen by using `nvidia-smi` command.]
### Additional context
Add any other context about the problem here.
### Checklist
- [ ] I have checked that there is no similar issue in the repo (**required**)
- [ ] I have checked that the issue is not in running Isaac Sim itself and is related to the repo
### Acceptance Criteria
Add the criteria for which this task is considered **done**. If not known at issue creation time, you can add this once the issue is assigned.
- [ ] Criteria 1
- [ ] Criteria 2
I encountered an issue when using the data generation example in imitation learning. When running it in headless mode, the process gets stuck at a certain step without any further output in the terminal.
Additionally, when I try to train a BC policy using the following command:
./isaaclab.sh -p scripts/imitation_learning/robomimic/train.py --task Isaac-Stack-Cube-Franka-IK-Rel-v0 --algo bc --dataset ./datasets/generated_dataset.hdf5
It also gets stuck, seemingly due to headless mode. I am certain that I successfully trained the BC policy using the same process a few weeks ago, but I’m not sure why headless mode is causing issues this time.
The text was updated successfully, but these errors were encountered: