refactor: simplify world model reading repository - #1
Merged
Conversation
Arison591
force-pushed
the
agent/restructure-knowledge-base
branch
from
July 19, 2026 11:59
3b4fefe to
2cf8cdf
Compare
Arison591
marked this pull request as ready for review
July 19, 2026 12:15
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.
目标
将仓库定位恢复为面向 World Model 领域的中文论文阅读、系列整理、知识补充与研究思考仓库。Action-conditioned world model 是当前重点之一,但不再作为全部内容的唯一组织轴。
本分支已从
main的完整内容重新构造,不沿用旧分支的强制分层结构。保留了什么
移动了什么
papers/model-based-rl/dreamer/papers/generative-world-models/papers/embodied-world-models/papers/spatial-world-models/papers/surveys/、papers/related-methods/series/research/PAPER_INDEX.md合并与简化
knowledge/foundations/与knowledge/topics/合并回扁平的topics/synthesis/series/合并回series/status,使用稳定category、可选series与扁平tagssource_urls删除了什么
sources/feishu-source-map.md,不再按内容来源分类knowledge/、synthesis/、comparisons/、indexes/深层结构primary_track、related_tracks、reading_status、reproduction_status等高维护成本字段为什么这样调整
单篇论文笔记应当可以独立读懂;专题和系列用于进一步串联,而不是把单篇内容拆空。少量稳定类别与不超过三层的正文路径,可以降低以后新增论文时的分类和链接维护成本。
验证
main正文逐字一致python -m unittest discover -s tests(9 tests)python scripts/kb.py validatepython scripts/kb.py build-index --checkgit diff --checkCI 同时保留
requirements-dev.txt的 pip cache dependency 配置。