. ├── robots/ # Shared robot-agnostic code │ ├── __init__.py # Robot registry: robots.get_robot_config("go2") │ ├── base.py # RobotEnv base ...