datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
robot-navigation-basic
Robot Navigation Basic Dataset
A simple instruction–output dataset focused on basic robot navigation commands.
Dataset Structure
instruction: Navigation command
output: Description of the robot’s action
Example
{
"instruction": "Turn left at the corner.",
"output": "The robot turns left at the corner."
}
robot-navigation-instructions-basic
Robot Navigation Instructions – Basic
This dataset contains simple navigation instructions for robots.
Each sample maps a natural language command to an expected navigation behavior.
Fields
instruction: navigation command
input: optional context
output: expected robot action
Intended Use
Training or testing basic robot navigation and instruction-following models.
