GRID supports the training and evaluation of reinforcement learning agents in Isaac Sim for the supported quadruped, bipeds, arms, and humanoid robots.Documentation Index
Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
Use this file to discover all available pages before exploring further.

Training
GRID supports training reinforcement learning agents using the RSL-RL training methodology. Agents can be trained by modifying theagent.yaml file as follows:
To run the RL training headless, use the following configuration in
workflow.yaml, change the variable headless to True.The
video parameter in the agent.yaml can be used to save inference videos of the policy during training.The checkpoints are saved in the same directory as the configuration files with the appropriate date and time-stamp.