docs(ManiSkill3): 新增 11_Simulation_Benchmark GPU 并行机器人仿真与渲染框架论文笔记 - #526
Merged
Merged
Conversation
- 新增 ManiSkill3: GPU Parallelized Robotics Simulation and Rendering for Generalizable Embodied AI (arXiv 2410.00425,v1 2024-10-01,RSS 2025,UCSD Hao Su 组 / Hillbot)笔记:基于开源 SAPIEN + PhysX GPU 并行化物理仿真与相机渲染(仿真+渲染最高 30,000+ FPS,640×480 下比 Isaac Lab 快约 2 倍、显存省 2–3 倍), 支持异构 GPU 仿真(各并行环境不同物体 / 自由度 / 场景)、面向对象批量 API、12 类任务 20+ 机器人、 演示数据与 RL / IL 基线以及 once / at-end 统一评测口径;PickCube 真机 95%,SIMPLER Real2Sim 相关系数 0.93 - 含整体流程 mermaid 与基于 haosulab/ManiSkill 源码(BaseEnv / ManiSkillScene / ManiSkillVectorEnv / ppo.py)的运行时序图 - 更新 _data/papers.json、papers/PROGRESS.md、papers/DAILY_SUMMARY_LOG.md、progress.json - 本日轮转应到 10_Sim-to-Real,但该模块上游 awesome-humanoid-robot-learning 收录的论文已全部有笔记, 按 AGENTS.md 模块 04–14 来源约束顺延到 11_Simulation_Benchmark;上游剩余条目中 Genesis 无论文,取 ManiSkill3; 模块轮转 09 → 11,下一篇 12_Hardware_Design Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H53N7S4yN9c3aSdqTfFaAz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
每日论文总结任务(模块轮转):新增 ManiSkill3: GPU Parallelized Robotics Simulation and Rendering for Generalizable Embodied AI 的笔记。
选题说明
笔记内容
ppo.py训练PickCube-v1为例,串起gym.make→BaseEnv.reset/_reconfigure→ManiSkillScene._setup→step/_step_action→px.step→evaluate/get_obs/get_reward→ManiSkillVectorEnv部分重置同步更新
_data/papers.json(由scripts/prepare_pages.py生成,zh_title已生成且与zhname一致)papers/PROGRESS.md(chore(actions): Bump actions/setup-python from 6 to 7 #402 标记为已总结)papers/DAILY_SUMMARY_LOG.md、progress.json验证
python3 scripts/prepare_pages.py✅pytest:233 passed ✅ruff check scripts/ tests/✅🤖 Generated with Claude Code
https://claude.ai/code/session_01H53N7S4yN9c3aSdqTfFaAz
Generated by Claude Code