drone_fsd_dataset
收藏资源简介:
这是一个无人机导航的强化学习数据集,描述了无人机在一个60×60的房间内导航的训练过程,房间内有15个静态和12个浮动障碍物。数据集包含了一次训练运行的详细信息,包括性能指标(如最佳时间、成功率、碰撞次数等)、网络架构(MLP策略/价值头)、文件列表(如策略权重、训练摘要、遥测数据等)和环境设置(如房间大小、难度、障碍物属性等)。数据集的预期用途包括分析早期PPO行为、研究探索与利用的权衡、可视化无人机轨迹以及作为未来无人机竞速/避障模型的基线。
This is a reinforcement learning dataset for unmanned aerial vehicle (UAV) navigation, which details the training procedure of a UAV navigating within a 60×60 room containing 15 static obstacles and 12 floating obstacles. The dataset encompasses comprehensive information from one standalone training run, including performance metrics such as optimal completion time, success rate, collision count, etc., network architecture specifications (MLP policy/value heads), a list of associated files (e.g., policy weights, training summaries, telemetry data, etc.) and environmental configurations (e.g., room dimensions, difficulty level, obstacle attributes, etc.). The intended uses of this dataset include analyzing early-stage PPO behavior, studying the exploration-exploitation trade-off, visualizing UAV flight trajectories, and serving as a baseline for future UAV racing and obstacle avoidance models.
DRONE FSD DATASET 概述
数据集基本信息
- 许可证:MIT
- 任务类别:强化学习、机器人学
- 语言:英语
- 标签:无人机导航、强化学习数据集、threejs、PPO、遥测、路径规划
数据集描述
该数据集记录了无人机在60×60单位房间内进行单次训练运行(1个周期,4次迭代,198步)的导航数据。房间中包含15个静态障碍物和12个浮动障碍物。数据集由webXOS的MIRROR IDE生成。
最终性能指标(2456帧后)
- 最佳时间:43.821秒
- 成功率:0.0%(在最佳运行中到达东南角但未完成完整模式)
- 碰撞次数:最终记录路径中为0次
- 平均奖励:0.0732
- 累计奖励:49.24
- 最终探索率:0.784
- 最终学习率:5.40e-4
网络架构
- 架构:
[256 → 128 → 64 → 32](MLP策略/价值头) - 导出时间:2026-01-17 03:32 UTC
文件列表
| 文件 | 描述 | 大小 |
|---|---|---|
enhanced_network.json |
最终策略权重、形状及学习率 | ~small |
metadata.json |
训练摘要与配置 | ~small |
successful_paths.json |
最佳的3个部分成功路径(时间、路径) | ~small |
enhanced_telemetry.jsonl |
完整的每帧遥测数据(2456行) | ~2.4 MB |
enhanced_telemetry.csv |
CSV格式的相同数据 | ~1.8 MB |
training_experiences.jsonl |
PPO风格的状态转移数据(状态、动作、奖励、下一状态) | ~1.2 MB |
环境配置
- 房间尺寸:60单位
- 难度:1
- 障碍物:15个静态障碍物 + 12个浮动障碍物(速度0.2–0.5,反弹能量0.8)
- 目标模式:西北角 → 东南角 → 东北角 → 西南角 → 中心
- 奖励机制:主要基于距离,辅以少量塑形奖励
预期用途
- 分析PPO在3D连续控制任务中的早期行为
- 研究探索与利用的权衡(结束时探索率ε仍约为78%)
- 在Three.js、Unity或类似环境中可视化无人机轨迹
- 作为未来无人机竞速或避障模型的基线




