Skip to main content
GRID supports the training and evaluation of reinforcement learning agents in Isaac Sim for the supported quadruped, bipeds, arms, and humanoid robots. RL Training

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 mdp_cfg.yaml would also be filled with the relevant values for the MDP components. A sample for it is provided below: