CoryHall
收藏资源简介:
CoryHall 数据集由加州大学伯克利分校的研究团队创建,专注于机器人在复杂室内环境中的自主导航任务。该数据集包含在模拟环境和真实世界中采集的数据,旨在促进机器人导航策略的学习与优化。数据集包含在 Cory Hall 建筑物内采集的大量图像和导航轨迹数据,记录了机器人在执行导航任务时的环境感知和动作执行信息。数据来源于真实的 RC 车辆在 Cory Hall 内的自主导航实验,涉及多种复杂的室内场景和动态障碍物。
The CoryHall Dataset was developed by a research team from the University of California, Berkeley, focusing on autonomous navigation tasks for robots in complex indoor environments. This dataset includes data collected in both simulated environments and real-world settings, with the goal of advancing the learning and optimization of robot navigation strategies. It contains a large volume of image and navigation trajectory data gathered within the Cory Hall building, which records the environmental perception and motion execution information of robots while they carry out navigation tasks. The data is derived from real-world autonomous navigation experiments using RC vehicles conducted inside Cory Hall, encompassing a variety of complex indoor scenes and dynamic obstacles.
数据集概述
数据集名称
Self-supervised Deep Reinforcement Learning with Generalized Computation Graphs for Robot Navigation
数据集描述
该数据集包含用于机器人导航的自我监督深度强化学习模型的代码和实验配置。该模型通过广义计算图(Generalized Computation Graphs)结合了基于值的无模型方法和基于模型的方法,能够在少量样本的情况下学习复杂的策略。数据集的主要应用场景是模拟和真实世界中的机器人导航任务。
数据集内容
- 代码:包含用于运行模拟实验的主要代码,位于
sandbox/gkahn/gcg目录下。 - 实验配置文件:包含用于不同实验的 YAML 配置文件,如 Double Q-learning、5-step Double Q-learning 和作者提出的方法。
- 安装说明:提供了如何安装依赖项和设置环境的详细步骤。
- 模拟环境:提供了一个模拟环境,用户可以通过命令行控制模拟中的机器人。
数据集用途
该数据集主要用于以下用途:
- 研究机器人导航中的自我监督深度强化学习方法。
- 比较不同强化学习算法在模拟和真实环境中的表现。
- 通过广义计算图探索模型在少量样本情况下的学习能力。
数据集安装与运行
- 安装依赖:
- 使用 Anaconda 创建 Python 2.7 环境。
- 安装 Panda3D 和其他依赖项。
- 运行模拟环境:
- 通过命令行运行模拟环境,并使用指定键控制机器人。
- 运行实验:
- 使用提供的 YAML 配置文件运行不同实验,结果将存储在
gcg/data文件夹中。
- 使用提供的 YAML 配置文件运行不同实验,结果将存储在
参考文献
- Gregory Kahn, Adam Villaflor, Bosen Ding, Pieter Abbeel, Sergey Levine. "Self-supervised Deep Reinforcement Learning with Generalized Computation Graphs for Robot Navigation." arXiv:1709.10489




