AIAny
Icon for item

Digital Hospital Environment

Evaluates agents inside a structured hospital workflow via a downloadable FastAPI runtime that enforces role-specific tool permissions, evidence-before-treatment discipline, deterministic grading, dense process rewards, and full trajectory logging. Designed for RL, offline policy learning, multi-agent workflow research and process-supervision datasets; not for real patient care.

Introduction

Most medical benchmarks score only final answers; this makes it easy for models to appear clinically competent while skipping the operational steps that keep patients safe. Digital Hospital shifts the focus from single-shot correctness to stepwise clinical work: triage, chart review, targeted investigations, mandatory evidence checks, role-appropriate tool calls, cross-role communication, and an auditable trajectory that the grader evaluates deterministically.

What Sets It Apart
  • Emphasis on process over outcome: rewards and final grades incorporate mandatory evidence use, critical-finding flags, tool-permission compliance, and diminishing returns for repeated low-value calls—so a correct diagnosis without the right workflow scores poorly.
  • Runtime + data, not a prompt: includes a FastAPI server, role state machine, 47 patient cases with hidden answer keys, 550 MCQs, 55 tools, and deterministic graders so evaluations are reproducible and suitable for rollout collection.
  • Trajectory-first contract: every model action, observation, reward and error is recorded in an explicit schema for offline RL, supervised fine-tuning, preference learning, and failure analysis.
  • Multi-role, multi-agent realism: 11 roles (specialists, research, director) with distinct permissions and cross-role inboxes captures handoffs, escalation, and organisational context often missing from vignette benchmarks.
Who it's for and trade-offs

Great fit if you need a controlled, reproducible environment to benchmark or improve agentic clinical behaviour (triage, tool use, evidence synthesis) with dense, step-level feedback. Researchers building offline RL datasets, process-supervision pipelines, or multi-agent hospital workflows will get the most value.

Look elsewhere if you need a clinical decision-support tool for real patients, very large-scale patient corpora, or free-form natural-language-only evaluations—Digital Hospital is synthetic, deliberately prescriptive, and designed as a research benchmark, not a deployment system.

Where it fits

Use it when you want to evaluate whether a model can operate like a clinician under operational constraints (role permissions, step budgets, mandatory investigations) and to generate reproducible rollouts for policy improvement, not just aggregate accuracy numbers.

Information

  • Websitehuggingface.co
  • OrganizationsIM Superintelligence
  • AuthorsYatin Taneja
  • Published date2026/07/09

More Items

Provides a deliberative Agent OS layer for robots that handles scene-conditioned planning, context-isolated skill execution, multi-stage verification, persistent multi-modal graph memory, and edge–cloud collaboration. Introduces EmbodiedWorldBench (16 scenes, 200+ tasks) and a failure-driven self-evolution loop; shows improved task success and strong memory benchmark scores.

Unifies high-level visual-language reasoning and low-level control for visual navigation by decoupling cognition and control: a slow vision-language reasoner produces pixel goals with explicit chain-of-thought, and a fast action expert converts those anchors into continuous waypoints for robust urban and indoor navigation.

Hugging Face

Simulates a hospital LIMS to benchmark agentic clinical reasoning: agents inspect demographics, medications, lab orders/results and then submit ICD‑10 diagnostic reports scored by deterministic, context‑aware graders. Ships as an OpenEnv/FastAPI runtime with 8 scenarios, step‑level rewards and trajectory capture for RL, tool‑use and evaluation.