You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Doc] Migrate shifted=True callers to legacy/compact + docstring polish
- Switch benchmarks/test_objectives_benchmarks.py, examples/rlhf/utils.py
and knowledge_base/ISAACLAB.md callers from the deprecated
``shifted=True`` to the explicit ``shifted="legacy"`` /
``shifted="compact"`` API.
- Update data_layout.rst to mention the new shifted modes instead of
``single_call=True``.
- Expand the ``compact_obs`` docstring on Collector to call out clean
composition with ``GAE(shifted="compact")``.
- Clarify in the GAE docstring how shifted="legacy", shifted="compact"
and shifted=False differ in the recurrent-value-net case.
- Clarify on MultiCollector that ``policy_version`` / ``get_policy_version``
expose only the parent-side tracker state; the per-frame
``"policy_version"`` tensor is the source of truth for collected data.
- Minor formatting fix in examples/collectors/isaaclab_rnn_ppo_memory.py.
Authored with Claude.
Co-authored-by: Cursor <cursoragent@cursor.com>
ghstack-source-id: bf58ce4
Pull-Request: #3776
0 commit comments