Imitation Learning#
The following workflows build their environments in Isaac Lab Arena and plug them into Isaac Lab’s imitation-learning workflows, covering teleoperation data collection, data generation with Isaac Lab Mimic, policy post-training, and closed-loop evaluation back in Isaac Lab Arena.
Currently, the following imitation learning workflow examples are provided:
GR00T Native Environment#
Arena simulation, data conversion, and evaluation clients use the standard Base container:
./docker/run_docker.sh
GR00T finetuning and GR00T policy servers use the native Isaac-GR00T uv environment
from submodules/Isaac-GR00T instead of Arena’s Docker environment. Open another terminal
outside the Arena Base Docker container, cd to the Isaac-GR00T checkout, and set up the
environment by following the
GR00T installation guide.