AI Habitat · Example Payload

Ai Habitat Task Config Example

Artificial IntelligenceSimulationEmbodied AIRoboticsComputer VisionReinforcement LearningMachine LearningOpen SourceResearch

Ai Habitat Task Config Example is an example object payload from AI Habitat, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typemax_episode_stepsmeasurementsactionsgoal_sensor_uuid

Example Payload

ai-habitat-task-config-example.json Raw ↑
{
  "type": "ObjectNav-v1",
  "max_episode_steps": 500,
  "measurements": [],
  "actions": {},
  "goal_sensor_uuid": "pointgoal"
}