Engineering Notes#
Technical notes that document infrastructure decisions, performance investigations, and design rationale behind NeMo Gym.
Responses API Evolution
Why NeMo Gym uses the Responses API and how it differs from Chat Completions.
SWE RL Infrastructure Case Study
Infrastructure challenges and deployment topology for SWE RL training.
aiohttp vs httpx
Why NeMo Gym uses aiohttp instead of httpx for async HTTP.