Configuration conventions for NeMo-RL. YAML is the single source of truth for defaults. Covers BaseModel/TypedDict usage, dataclass for internal classes, exemplar YAML updates, and forbidden default patterns.
原文の言語: 英語
メニュー
SkillsMP は NVIDIA-NeMo/RL から 10 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 10 件中 10 件を表示しています。
Configuration conventions for NeMo-RL. YAML is the single source of truth for defaults. Covers BaseModel/TypedDict usage, dataclass for internal classes, exemplar YAML updates, and forbidden default patterns.
原文の言語: 英語
Agent-team-based parallel code review for NVIDIA-NeMo/RL pull requests. Spawns specialized agents (RL expert, submodule experts, bug finder, design reviewer, test agent, devil's advocate, comment reviewer) that coordinate via shared task list and direct…
原文の言語: 英語
Build and dependency management for NeMo-RL. Covers Docker image building and running, uv usage, venv setup, and adding dependencies.
原文の言語: 英語
Error handling guidelines for NeMo-RL. Covers exception specificity, minimal try bodies, and else blocks.
原文の言語: 英語
Code style guidelines for NeMo-RL (Python and shell). Covers naming, indentation, comments, docstrings, reflection avoidance, and uv usage.
原文の言語: 英語
Interactive code review for NVIDIA-NeMo/RL pull requests. Checks out PR locally, reads existing comments, applies coding guidelines from skills, previews findings, and posts review comments. Also supports reviewing the current branch locally.
原文の言語: 英語
CI/CD reference for NeMo-RL. Covers GitHub Actions pipeline structure, CI triggering via /ok to test, and CI failure investigation.
原文の言語: 英語
Contribution conventions for NeMo-RL. Covers PR title format, commit sign-off, and CI triggering.
原文の言語: 英語
NVIDIA copyright header requirements for NeMo-RL. Covers which files need headers and the exact header text.
原文の言語: 英語
Testing conventions for NeMo-RL. Covers Ray actor coverage pragmas, nightly test requirements, and recipe naming rules.
原文の言語: 英語