Skip to content

Commit 605bccf

Browse files
guozhen1997Tziyzhoutianxing7Bgit-xuxinzoeyuchao
authored
feat: add CollectEpisode wrapper for data collection (RLinf#787)
* docs: fix data_collection_realworld zh * fix: remove duplicate searchr1 entry and fix data_collection link path in examples/index.rst * style: fix PR review comments - Remove redundant 'as' alias in ManiskillFullStateWrapper import - Revert whitespace changes in index.rst * feat: adapt DataCollectorWrapper and FullStateWrapper to new chunk_step interface - Move DataCollectorWrapper to wrappers/data_collector.py - Update DataCollectorWrapper.chunk_step to handle obs_list return format - Update ManiskillFullStateWrapper.chunk_step to handle obs_list return format - Add use_full_state config and ManiskillFullStateWrapper to env_worker.py - Remove EnvManager dependency (now using PR RLinf#659's new interface) * feat: add CollectEpisode wrapper for data collection --------- Signed-off-by: guozhen1997 <2997871698@qq.com> Signed-off-by: Tziy <your-email@example.com> Signed-off-by: xuxin <694519875@qq.com> Co-authored-by: Tziy <your-email@example.com> Co-authored-by: Tianxing Zhou <149312223+zhoutianxing7B@users.noreply.github.com> Co-authored-by: xuxin <694519875@qq.com> Co-authored-by: Chao Yu <zoeyuchao@gmail.com>
1 parent 2ea56e9 commit 605bccf

File tree

15 files changed

+2861
-38
lines changed

15 files changed

+2861
-38
lines changed

docs/source-en/.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build:
66
python: "3.11"
77
jobs:
88
pre_install:
9+
- export UV_HTTP_TIMEOUT=120
910
- python -m pip install -U uv
1011
- uv pip install .[embodied]
1112
- uv pip install .[agentic-sglang]

0 commit comments

Comments
 (0)