Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Simulation verification and physical deployment of robot reinforcement learning algorithms, suitable for quadruped robots, wheeled robots, and humanoid robots. "sar" represents "simulation and real"
| Date | Stars |
|---|---|
| 2026-07-31 | 1410 |
| 2026-08-02 | 1411 |
| 2026-08-03 | 1411 |
| 2026-08-04 | 1414 |
| 2026-08-05 | 1417 |
| 2026-08-06 | 1419 |
Today
+2 stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# rl_sar [](https://ubuntu.com/) [](https://www.apple.com/macos/) [](https://wiki.ros.org/noetic) [](https://wiki.ros.org/foxy) [](http://gazebosim.org/) [](https://mujoco.org/) [](https://opensource.org/license/apache-2-0) [中文文档](README_CN.md) This repository provides a framework for simulation verification and physical deployment of robot reinforcement learning algorithms, suitable for quadruped robots, wheeled robots, and humanoid robots. "sar" stands for "simulation and real" > Supports both **IsaacGym** and **IsaacSim** > > Supports both **ROS-Noetic** and **ROS2-Foxy/Humble** > > Supports both **libtorch** and **onnxruntime** > > Supports both **Linux** and **macOS**(Only support Mujoco simulation) > > Supports both **Gazebo** and **Mujoco**(Partial support) > > Supports both **Locomotion** and **Dance** Support List: |Robot Name (rname:=)|Pre-Trained Policy|Gazebo|Mujoco|Real| |-|-|-|-|-| |Unitree-A1 (a1)|legged_gym (IsaacGym)|✅|❌|✅| |Unitree-Go2 (go2)|himloco (IsaacGym)</br>robot_lab (IsaacSim)|✅|✅|✅</br>✅| |Unitree-Go2W (go2w)|robot_lab (IsaacSim)|✅|✅|✅| |Unitree-B2 (b2)|robot_lab (IsaacSim)|✅|✅|⚪| |Unitree-B2W (b2w)|robot_lab (IsaacSim)|✅|✅|⚪| |Unitree-G1 (g1)|robomimic/locomotion (IsaacGym)</br>robomimic/charleston (IsaacGym)</br>whole_body_tracking/dance_102 (IsaacSim)</br>whole_body_tracking/gangnam_style (IsaacSim)|✅|✅|✅| |FFTAI-GR1T1 (gr1t1)</br>(Only available on Ubuntu20.04)|legged_gym (IsaacGym)|✅|❌|⚪| |FFTAI-GR1T2 (gr1t2)</br>(Only available on Ubuntu20.04)|legged_gym (IsaacGym)|✅|❌|⚪| |zhinao-L4W4 (l4w4)|legged_gym (IsaacGym)|✅|❌|✅| |Deeprobotics-Lite3 (lite3)|himloco (IsaacGym)|✅|❌|✅| |Agibot-D1 (d1)|robot_lab (IsaacSim)|✅|✅|✅| |DDTRobot-Tita (tita)|robot_lab (IsaacSim)|✅|❌|⚪| > [!IMPORTANT] > Python version temporarily suspended maintenance, please use [v2.3](https://github.com/fan-ziqi/rl_sar/releases/tag/v2.3) if necessary, may be re-released in the future. > [!NOTE] > If you want to train policy using IsaacLab(IsaacSim), please use [robot_lab](https://github.com/fan-ziqi/robot_lab) project. > > The order of joints in robot_lab cfg file `joint_names` is the same as that defined in `xxx/robot_lab/config.yaml` in this project. > > Discuss in [Github Discussion](https://github.com/fan-ziqi/rl_sar/discussions) or [Discord](http://www.robotsfan.com/dc_rl_sar). > [!CAUTION] > **Disclaimer: User acknowledges that all risks and consequences arising from using this code shall be solely borne by the user, the author assumes no liability for any direct or indirect damages, and proper safety measures must be implemented prior to operation.** ## Preparation Clone the repository ```bash git clone --recursive --depth 1 https://github.com/fan-ziqi/rl_sar.git ``` To update ```bash git pull git submodule update --init --recursive --recommend-shallow --progress ``` ## Dependency Install the required packages: ```bash # Ubuntu sudo apt install cmake g++ build-essential libyaml-cpp-dev libeigen3-dev libboost-all-dev libspdlog-dev libfmt-dev libtbb-dev liblcm-dev # macOS brew install boost lcm yaml-cpp tbb libomp pkg-config glfw ``` If you need to use ROS, install the following dependency packages: ```bash # ros-noetic (Ubuntu20.04) sudo apt install ros-noetic-teleop-twist-keyboard ros-noetic-controller-interface ros-noetic-gazebo-ros-control ros-noetic-joint-state-controller ros-noetic-effort-controllers ros-noetic-joint-trajectory-control
Excerpt of 21,158 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:cfeac60b950e09eb, desc:reinforcement learning