AI Habitat · Schema
Episode
A single training/evaluation episode with start and goal specification
Artificial IntelligenceSimulationEmbodied AIRoboticsComputer-VisionReinforcement LearningMachine-LearningOpen-SourceResearch
Properties
| Name | Type | Description |
|---|---|---|
| episode_id | string | Unique episode identifier |
| scene_id | string | Scene file path for this episode |
| start_position | array | Agent starting position [x, y, z] |
| start_rotation | array | Agent starting rotation quaternion |
| goals | array | List of goal specifications |
| info | object | Additional episode metadata |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/ai-habitat/refs/heads/main/json-schema/ai-habitat-episode-schema.json",
"title": "Episode",
"description": "A single training/evaluation episode with start and goal specification",
"type": "object",
"properties": {
"episode_id": {
"type": "string",
"description": "Unique episode identifier",
"example": "ep_001"
},
"scene_id": {
"type": "string",
"description": "Scene file path for this episode",
"example": "data/scene_datasets/hm3d/train/00001/mesh.basis.glb"
},
"start_position": {
"type": "array",
"description": "Agent starting position [x, y, z]",
"items": {
"type": "number"
}
},
"start_rotation": {
"type": "array",
"description": "Agent starting rotation quaternion",
"items": {
"type": "number"
}
},
"goals": {
"type": "array",
"description": "List of goal specifications",
"items": {
"type": "object"
}
},
"info": {
"type": "object",
"description": "Additional episode metadata"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ai-habitat-episode"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.