mirror of https://github.com/fan-ziqi/rl_sar.git
docs: add Citation
This commit is contained in:
parent
f7e0e7253d
commit
41b60ba78b
15
README.md
15
README.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
[中文文档](README_CN.md)
|
||||
|
||||
Gazebo simulation verification and UnitreeA1 physical deployment for reinforcement learning. "sar" stands for "simulation and real".
|
||||
Simulation verification and physical deployment of the quadruped robot's reinforcement learning algorithm. "sar" stands for "simulation and real".
|
||||
|
||||
## Preparation
|
||||
|
||||
|
@ -91,3 +91,16 @@ rosrun rl_sar rl_real
|
|||
```
|
||||
|
||||
Press the **R2** button on the remote control to switch the robot to the default standing posture, press **R1** to switch to RL control mode, and press **L2** in any state to switch back to the initial lying posture. The left joystick controls x-axis up and down, controls yaw left and right, and the right joystick controls y-axis left and right.
|
||||
|
||||
## Citation
|
||||
|
||||
Please cite the following if you use this code or parts of it:
|
||||
|
||||
```
|
||||
@software{fan-ziqi2024rl_sar,
|
||||
author = {fan-ziqi},
|
||||
title = {{rl_sar: Simulation Verification and Physical Deployment of the Quadruped Robot's Reinforcement Learning Algorithm.}},
|
||||
url = {https://github.com/fan-ziqi/rl_sar},
|
||||
year = {2024}
|
||||
}
|
||||
```
|
15
README_CN.md
15
README_CN.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
[English document](README.md)
|
||||
|
||||
强化学习的Gazebo仿真验证与UnitreeA1实物部署。"sar"代表"simulation and real"
|
||||
四足机器人强化学习算法的仿真验证与实物部署。"sar"代表"simulation and real"
|
||||
|
||||
## 准备
|
||||
|
||||
|
@ -91,3 +91,16 @@ rosrun rl_sar rl_real
|
|||
```
|
||||
|
||||
按下遥控器的**R2**键让机器人切换到默认站起姿态,按下**R1**键切换到RL控制模式,任意状态按下**L2**切换到最初的趴下姿态。左摇杆上下控制x左右控制yaw,右摇杆左右控制y。
|
||||
|
||||
## 引用
|
||||
|
||||
如果您使用此代码或其部分内容,请引用以下内容:
|
||||
|
||||
```
|
||||
@software{fan-ziqi2024rl_sar,
|
||||
author = {fan-ziqi},
|
||||
title = {{rl_sar: Simulation Verification and Physical Deployment of the Quadruped Robot's Reinforcement Learning Algorithm.}},
|
||||
url = {https://github.com/fan-ziqi/rl_sar},
|
||||
year = {2024}
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue