RLinf强化学习基础设施 是 AI Skill Hub 本期精选Agent工作流之一。已获得 3.4k 颗 GitHub Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
面向具身智能和智能体的开源强化学习工作流框架。提供完整的RL基础设施、智能体开发工具链和工作流编排能力。适合深度学习研究员、机器人开发者和AI智能体研发团队。
RLinf强化学习基础设施 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
面向具身智能和智能体的开源强化学习工作流框架。提供完整的RL基础设施、智能体开发工具链和工作流编排能力。适合深度学习研究员、机器人开发者和AI智能体研发团队。
RLinf强化学习基础设施 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install rlinf
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install rlinf
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/RLinf/RLinf
cd RLinf
pip install -e .
# 验证安装
python -c "import rlinf; print('安装成功')"
# 命令行使用
rlinf --help
# 基本用法
rlinf input_file -o output_file
# Python 代码中调用
import rlinf
# 示例
result = rlinf.process("input")
print(result)
# rlinf 配置文件示例(config.yml) app: name: "rlinf" debug: false log_level: "INFO" # 运行时指定配置文件 rlinf --config config.yml # 或通过环境变量配置 export RLINF_API_KEY="your-key" export RLINF_OUTPUT_DIR="./output"
</div>
RLinf is a flexible and scalable open-source RL infrastructure designed for Embodied and Agentic AI. The 'inf' in RLinf stands for Infrastructure, highlighting its role as a robust backbone for next-generation training. It also stands for Infinite, symbolizing the system’s support for open-ended learning, continuous generalization, and limitless possibilities in intelligence development.
<details> <summary><b>More updates</b></summary>
</details>
RLinf has high flexibility to support diverse RL training workflows (PPO, GRPO, SAC and so on), while hiding the complexity of distributed programming. Users can easily scale RL training to a large number of GPU nodes without modifying code, meeting the increasing demand of computation for RL training.
The high flexibility allows RLinf to explore more efficient scheduling and execution. The hybrid execution mode for embodied RL achieves up to 2.434× throughput compared to existing frameworks.
Multiple Backend Integrations
Installation: Users can refer to our installation guide to install RLinf. We recommend users to use our provided docker image (i.e., Installation Method 1), as the environment and dependencies of embodied RL are complex.
Run a simple example: After setting up the environment, users can run a simple example of embodied RL with ManiSkill3 simulator following this document.
SOTA RL Training Reproduction: RLinf provides end-to-end recipes that reproduce or match state-of-the-art (SOTA) RL results out of the box—users can directly run our configs and scripts to obtain SOTA performance without custom engineering. Check out our example gallery for more details.
We welcome contributions to RLinf. Please read contribution guide before taking action. Thank the following contributors and welcome more developers to join us on this open source project.
<a href="https://github.com/RLinf/RLinf/graphs/contributors"><img src="https://stg.contrib.rocks/image?repo=RLinf/RLinf&max=240&columns=18" /></a>
RLinf is a production-grade, open-source reinforcement learning framework for embodied AI. It is being adopted by leading companies and startups across AI infrastructure and robotics, including AgiBot, X Square Robot, PsiBot, Dexmal, Moore Threads, D-Robotics, DexForce, YinWang, Robbyant and GigaAI.
✨ If your organization is using RLinf, feel free to reach out or submit a PR to be listed here.
RLinf是面向新一代具身AI的专业级基础设施,3.4k星表明社区认可度高。框架设计完整,适合学术研究和工业应用。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,RLinf强化学习基础设施 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | RLinf |
| 原始描述 | 开源AI工作流:RLinf: Reinforcement Learning Infrastructure for Embodied and Agentic AI。⭐3.4k · Python |
| Topics | 强化学习智能体框架具身AI工作流编排开源基础设施 |
| GitHub | https://github.com/RLinf/RLinf |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-20 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端