evaluating-cosmos-policy

Evaluate NVIDIA Cosmos Policy in LIBERO and RoboCasa simulation environments.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/handsomelong922/my-codex-skills --skill evaluating-cosmos-policy-handsomelong922
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluating-cosmos-policy
Source: https://github.com/handsomelong922/my-codex-skills/tree/main/skills/cosmos-policy
Command: npx skills add https://github.com/handsomelong922/my-codex-skills --skill evaluating-cosmos-policy-handsomelong922

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Evaluates NVIDIA Cosmos Policy in LIBERO and RoboCasa simulation environments to enable headless evaluation and latency profiling.

Core Features & Use Cases

  • LIBERO and RoboCasa evaluation workflows, including smoke tests, full benchmarks, and multi-task runs across suites.
  • Headless GPU rendering with EGL, reproducible config and experiment replication, and script-driven orchestration.
  • Detailed guidance for setup, execution, and result parsing to support research and benchmarking.

Quick Start

Run a smoke LIBERO evaluation to verify setup and obtain a baseline metric.

Frequently Asked Questions about evaluating-cosmos-policy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate a robotics policy in LIBERO and RoboCasa benchmarks?

You can evaluate robotics policies in LIBERO and RoboCasa by running script-driven orchestration workflows that support smoke tests, full benchmarks, and multi-task evaluations to produce baseline metrics. This requires a CUDA-enabled GPU and specific simulation dependencies.

Can I run headless GPU rendering for robotic simulation evaluations?

Yes, headless GPU rendering for robotic simulation evaluations is supported using an EGL rendering environment. This allows you to execute reproducible config benchmark runs and latency profiling on remote GPU clusters without a display.

Do I need a CUDA-enabled GPU to run Cosmos Policy evaluation workflows?

Yes, a CUDA-enabled GPU is required to run Cosmos Policy evaluation workflows. You also need an EGL rendering environment and specific software dependencies including torch>=2.1.0, mujoco>=3.0.0, robosuite>=1.4.0, and transformers>=4.40.0.

What is the best way to start benchmarking a trained policy in simulation environments?

The best way to start benchmarking is to run a smoke evaluation first. This verifies your setup and provides a baseline metric before you proceed with full benchmark suites or multi-task evaluations across the simulation environments.

How does latency profiling work during robotic simulation benchmarking?

Latency profiling during robotic simulation benchmarking works by measuring execution times within the script-driven orchestration of evaluation workflows. It operates alongside headless EGL rendering to capture performance metrics for the policy.

Why does my LIBERO evaluation setup fail during policy testing?

Your LIBERO evaluation setup might fail during policy testing if you lack the required repositories or dependencies. You must install the cosmos-policy and robocasa repositories alongside mujoco>=3.0.0 and robosuite>=1.4.0 to ensure proper simulation execution.