# droidlet **Repository Path**: mirrors/droidlet ## Basic Information - **Project Name**: droidlet - **Description**: Droidlet 是 Facebook 开源的一个用于建造机器人的平台,这些机器人利用自然语言处理和计算机视觉来理解它们周围的世界 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/droidlet - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 0 - **Created**: 2021-08-04 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fairo [![CircleCI](https://circleci.com/gh/facebookresearch/fairo/tree/main.svg?style=svg&circle-token=7fadbd3989ab8e76003fd5193ad62e26686bc4a6)](https://circleci.com/gh/facebookresearch/fairo/tree/main) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![codecov](https://codecov.io/gh/facebookresearch/fairo/branch/main/graph/badge.svg?token=8ERT95OC8G)](https://codecov.io/gh/facebookresearch/fairo) **Fairo** (pronounced _"pharaoh"_) is a unified robotics platform developed by researchers at [Meta AI](https://ai.facebook.com/). It currently comprises of a set of projects: - [Droidlet](./droidlet) is an **_early research project for AI researchers_** to explore ideas around grounded dialogue, interactive learning and human-computer interfaces. It helps you rapidly build agents (real or virtual) that perform a wide variety of tasks specified by humans. The agents can use natural language, memory and humans in the loop. - [Polymetis](./polymetis) is a PyTorch-based real-time controller manager. It lets you write PyTorch controllers for robots, test them in simulation, and seamlessly transfer to real-time hardware. - [Meta Robotics Platform](./mrp) lets you deploy, launch, manage, and orchestrate heterogeneous robots with ease. Fairo is [MIT licensed](./LICENSE).