Update app/src/content/embeds/framework-cards.html

#4
by sergiopaniego HF Staff - opened
app/src/content/embeds/framework-cards.html CHANGED
@@ -253,7 +253,7 @@
253
  { name: 'ORS', creator: 'General Reasoning', accent: '#a855f7', transport: 'http', typeLabel: 'HTTP server (REST+SSE)', tagline: 'Per-tool-call rewards via ToolOutput, large catalog.', package: 'ors-sdk', pkgSrc: 'PyPI', python: '≥3.10', repo: 'https://openrewardstandard.io/' },
254
  { name: 'NeMo Gym', creator: 'NVIDIA', accent: '#22c55e', transport: 'http', typeLabel: 'HTTP server (REST)', tagline: 'FastAPI tools + post-episode /verify endpoint.', package: 'nemo_gym', pkgSrc: 'Git', python: '≥3.12', repo: 'https://github.com/NVIDIA-NeMo/Gym' },
255
  { name: 'Verifiers', creator: 'PrimeIntellect', accent: '#ec4899', transport: 'inproc', typeLabel: 'In-process Python', tagline: 'Bundled dataset, tools, Rubric, and trainer.', package: 'verifiers', pkgSrc: 'PyPI', python: '≥3.11', repo: 'https://github.com/PrimeIntellect-ai/verifiers' },
256
- { name: 'SkyRL Gym', creator: 'NovaSky-AI · Berkeley', accent: '#f59e0b', transport: 'inproc', typeLabel: 'In-process (Gym)', tagline: 'Lightweight Gym-style API with ToolGroups.', package: 'skyrl-gym', pkgSrc: 'PyPI', python: '≥3.10', repo: 'https://github.com/NovaSky-AI/SkyRL/tree/main/skyrl-gym' },
257
  { name: 'GEM', creator: 'Axon-RL', accent: '#14b8a6', transport: 'inproc', typeLabel: 'In-process (Gymnasium)', tagline: 'Strict Gymnasium 5-tuple, 24+ built-in envs.', package: 'gem-llm', pkgSrc: 'PyPI', python: '≥3.10', repo: 'https://github.com/axon-rl/gem' },
258
  ];
259
 
 
253
  { name: 'ORS', creator: 'General Reasoning', accent: '#a855f7', transport: 'http', typeLabel: 'HTTP server (REST+SSE)', tagline: 'Per-tool-call rewards via ToolOutput, large catalog.', package: 'ors-sdk', pkgSrc: 'PyPI', python: '≥3.10', repo: 'https://openrewardstandard.io/' },
254
  { name: 'NeMo Gym', creator: 'NVIDIA', accent: '#22c55e', transport: 'http', typeLabel: 'HTTP server (REST)', tagline: 'FastAPI tools + post-episode /verify endpoint.', package: 'nemo_gym', pkgSrc: 'Git', python: '≥3.12', repo: 'https://github.com/NVIDIA-NeMo/Gym' },
255
  { name: 'Verifiers', creator: 'PrimeIntellect', accent: '#ec4899', transport: 'inproc', typeLabel: 'In-process Python', tagline: 'Bundled dataset, tools, Rubric, and trainer.', package: 'verifiers', pkgSrc: 'PyPI', python: '≥3.11', repo: 'https://github.com/PrimeIntellect-ai/verifiers' },
256
+ { name: 'SkyRL Gym', creator: 'NovaSky-AI · Berkeley', accent: '#f59e0b', transport: 'inproc', typeLabel: 'In-process (Gym)', tagline: 'Lightweight Gym-style API with ToolGroups.', package: 'skyrl-gym', pkgSrc: 'PyPI', python: '≥3.10', repo: 'https://github.com/NovaSky-AI/SkyRL' },
257
  { name: 'GEM', creator: 'Axon-RL', accent: '#14b8a6', transport: 'inproc', typeLabel: 'In-process (Gymnasium)', tagline: 'Strict Gymnasium 5-tuple, 24+ built-in envs.', package: 'gem-llm', pkgSrc: 'PyPI', python: '≥3.10', repo: 'https://github.com/axon-rl/gem' },
258
  ];
259