Training Workflow
GRID supports the training and evaluation of reinforcement learning agents in Isaac Sim for the supported quadruped, bipeds, arms, and humanoid robots.
Training
GRID supports training reinforcement learning agents using the RSL-RL training methodology.
Agents can be trained by modifying the agent_cfg.yaml
file as follows:
The training environment name specifying the task along with the number of parallel agents also need to be specified in the custom_cfg.yaml
To run the RL training headless, use the following configuration in custom_cfg.yaml
.
The video
parameter in the agent_cfg.yaml
can be used to save inference videos of the policy during training.
The checkpoints are saved in the same directory as the cfg files with the appropriate date and time-stamp.