Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • R revive-help-center
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • REVIVEREVIVE
  • revive-help-center
  • Merge requests
  • !13
The source project of this merge request has been removed.

Update training-data-specification.md

Merged 戴艳婷 requested to merge (removed):patch-7 into dev 3 years ago
  • Overview 0
  • Changes 1
Compare
  • version 1
    1ffc7013
    3 years ago

  • dev (base)

and
  • latest version
    1ffc7013
    1 commit, 3 years ago

  • version 1
    1ffc7013
    1 commit, 3 years ago

1 file
+ 7
− 2

    Preferences

    File browser
    Compare changes
public/doc/zh_cn/prepare-data/training-data-specification.md
+ 7
− 2
  • View file @ 1ffc7013

  • Edit in single-file editor

  • Open in Web IDE


<!-- 更新时间:2021-12-01 -->
# 训练数据集规范
**数据规范**是机器学习中我们很容易忽视,也很容易出错的问题。我们训练的所有数据在输入到模型中的时候都要进行一些规范化处理。 REVIVE 平台针对上传的数据集,指定了数据基本规范。
---
**数据规范**是机器学习中我们很容易忽视,也很容易出错的问题。我们训练的所有数据在输入到模型中的时候都要进行一些规范化处理。
REVIVE 平台针对上传的数据集,指定了数据基本规范。
### CSV 文件数据格式规范
为了方便理解,将以单腿跳跃机器人举例说明:单腿跳跃机器人,整机共有三个关节,携带的传感器可以测量每个关节的位置、速度、加速度以及机器人在跑道上的位姿,而他的目标就是以尽量少的能源消耗跳跃前进更远。首先在环境中运行预设的策略获取数据,在采集数据时每当机器人摔倒我们会中断数据采集并将其重置,并将重置之前的数据记作一条轨迹,最后将轨迹保存为 csv 表格。表格内容及规范(见图一):
为了方便理解,将以单腿跳跃机器人举例说明:单腿跳跃机器人,整机共有三个关节,携带的传感器可以测量每个关节的位置、速度、加速度以及机器人在跑道上的位姿,而他的目标就是以尽量少的能源消耗跳跃前进更远。
首先在环境中运行预设的策略获取数据,在采集数据时每当机器人摔倒我们会中断数据采集并将其重置,并将重置之前的数据记作一条轨迹,最后将轨迹保存为 csv 表格。表格内容及规范(见图一):
| 关键名词 | 说明 |
| --------- | ------------------------------------ |
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 Participants
叶彬彬
戴艳婷
Reference: revive/revive-help-center!13
Source branch: patch-7

Menu

Explore Projects Groups Topics Snippets