> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/gym/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/gym/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/gym/_mcp/server.

# Engineering Notes

Technical notes that document infrastructure decisions, performance investigations, and design rationale behind NeMo Gym.How NeMo Gym components interact during startup, execution, and rollout collection.architectureserver-infraWhy NeMo Gym uses the Responses API and how it differs from Chat Completions.api-designschemaInfrastructure challenges and deployment topology for SWE RL training.swe-rlcase-studyWhy NeMo Gym uses aiohttp instead of httpx for async HTTP.server-infraperformance