X2 RL Deployment

Note: The example program has only been validated in a simulation environment. To use it to control a real AgiBot X2 robot, parameter re-tuning is required.

  • Provides a minimal example for deploying a user-trained RL model.

  • The RL model used in this example performs a dance motion, and reference code for model control and a simple inference engine is provided.

  • After completing this example, you can replace the onnx model file and adapt your policy in the RlDefault function in motion_control_node.cc to deploy a custom model.