Describe the bug
Hello,
First time posting on GitHub so hopefully I can provide full context.
I am trying to run the imitation learning tutorial found here: https://isaac-sim.github.io/IsaacLab/main/source/overview/imitation-learning/teleop_imitation.html
But whenever I get to the training part of the GR1T2, i.e:
./isaaclab.sh -p scripts/imitation_learning/robomimic/train.py
--task Isaac-PickPlace-GR1T2-Abs-v0 --algo bc
--normalize_training_actions
--dataset ./datasets/generated_dataset_gr1.hdf5
I get the following error:
Traceback (most recent call last):
File "/home/leo/Desktop/IsaacLab/scripts/imitation_learning/robomimic/train.py", line 455, in
main(args)
File "/home/leo/Desktop/IsaacLab/scripts/imitation_learning/robomimic/train.py", line 372, in main
raise ValueError(f"Could not find module file for: '{mod_name}'")
ValueError: Could not find module file for: 'isaaclab_tasks.manager_based.manipulation.pick_place.agents'
Steps to reproduce
Run the training for GR1T2 robomimic after downloading the annotated demos.
System Info
- Commit:
- Isaac Sim Version: 5.1.0
- OS: Ubuntu 24.04
- GPU: RTX 5080
- CUDA: 13.0
- GPU Driver: 580.65.06
Additional context
I updated my installation (I have IsaacSim installed through PIP, and pulled a new IsaacLab).
I can run all other tutorials fine, including the Isaac-Stack-Cube-Franka training that appears higher on that imitation learning page to good results.
And I can even gather and annotate data using XR on a docker.
But I cannot train it.
Please help, thanks!
Checklist
- [ x] I have checked that there is no similar issue in the repo (required)
- [ x] 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.
Describe the bug
Hello,
First time posting on GitHub so hopefully I can provide full context.
I am trying to run the imitation learning tutorial found here: https://isaac-sim.github.io/IsaacLab/main/source/overview/imitation-learning/teleop_imitation.html
But whenever I get to the training part of the GR1T2, i.e:
./isaaclab.sh -p scripts/imitation_learning/robomimic/train.py
--task Isaac-PickPlace-GR1T2-Abs-v0 --algo bc
--normalize_training_actions
--dataset ./datasets/generated_dataset_gr1.hdf5
I get the following error:
Traceback (most recent call last):
File "/home/leo/Desktop/IsaacLab/scripts/imitation_learning/robomimic/train.py", line 455, in
main(args)
File "/home/leo/Desktop/IsaacLab/scripts/imitation_learning/robomimic/train.py", line 372, in main
raise ValueError(f"Could not find module file for: '{mod_name}'")
ValueError: Could not find module file for: 'isaaclab_tasks.manager_based.manipulation.pick_place.agents'
Steps to reproduce
Run the training for GR1T2 robomimic after downloading the annotated demos.
System Info
Additional context
I updated my installation (I have IsaacSim installed through PIP, and pulled a new IsaacLab).
I can run all other tutorials fine, including the Isaac-Stack-Cube-Franka training that appears higher on that imitation learning page to good results.
And I can even gather and annotate data using XR on a docker.
But I cannot train it.
Please help, thanks!
Checklist
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.