# Introduction

{% embed url="<https://dobb-e.com/mfiles/intro_video_720p.mp4>" fullWidth="false" %}
Introducing Dobb·E, n open-source, general framework for learning household robotic manipulation.
{% endembed %}

Welcome to the documentation of Dobb·E!&#x20;

We want you to to be able to get started with our robot learning framework as fast as possible.

{% hint style="info" %}

### Need more information?

Schedule a call with someone on our team with this link <https://calendly.com/mahis/dobb-e> or right below.

We will help you get set up as soon as we can.
{% endhint %}

{% embed url="<https://calendly.com/mahis/dobb-e>" fullWidth="true" %}

## What is Dobb·E?

Dobb·E is an open-source robotic imitation learning framework that can learn new household tasks in 5 minutes.

Dobb·E is made up of four primary components:

1. A hardware tool, called **The Stick**, to comfortably collect robotic demonstrations in homes.
2. A dataset, called **Homes of New York (HoNY)**, with 1.5 million RGB-D frames. collected with the Stick across 22 homes and 216 environments of New York City.
3. A pretrained lightweight foundational vision model called **Home Pretrained Representations (HPR)**, trained on the HoNY dataset.
4. Finally, the platform to tie it all together to deploy it in novel homes, where with only five minutes of training data and 15 minutes of fine-tuning HPR, Dobb·E can solve many simple household tasks.

## What's in this documentation?

This documentation is meant to help you get started with the system, including&#x20;

* [Setting up your own Stick](https://docs.dobb-e.com/hardware/putting-together-the-stick),&#x20;
* [Collecting your own demonstrations](https://docs.dobb-e.com/hardware/using-the-stick#how-to-collect-demos),&#x20;
* [Training a policy from those demonstrations](https://docs.dobb-e.com/software/readme-1#training-a-behavior-cloning-policy), and&#x20;
* [Running those policies](https://docs.dobb-e.com/software/readme-1#deploying-a-policy-on-the-robot) on your [own Hello Stretch](https://hello-robot.com/product).

So why wait? Let's get some robots into homes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dobb-e.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
