hungchiayu commited on
Commit
1fd1260
·
verified ·
1 Parent(s): 7b0ed6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: transformers
3
- tags: []
4
  ---
5
 
6
  # Nora-Long
@@ -36,9 +36,4 @@ All Nora checkpoints, as well as our [training codebase](https://github.com/decl
36
 
37
  Nora take a language instruction and a camera image of a robot workspace as input, and predict (normalized) robot actions consisting of 7-DoF end-effector deltas of the form (x, y, z, roll, pitch, yaw, gripper).
38
  To execute on an actual robot platform, actions need to be un-normalized subject to statistics computed on a per-robot, per-dataset basis.
39
- Instructions on how to run Nora is available on https://github.com/declare-lab/nora.
40
-
41
-
42
-
43
-
44
-
 
1
  ---
2
  library_name: transformers
3
+ pipeline_tag: robotics
4
  ---
5
 
6
  # Nora-Long
 
36
 
37
  Nora take a language instruction and a camera image of a robot workspace as input, and predict (normalized) robot actions consisting of 7-DoF end-effector deltas of the form (x, y, z, roll, pitch, yaw, gripper).
38
  To execute on an actual robot platform, actions need to be un-normalized subject to statistics computed on a per-robot, per-dataset basis.
39
+ Instructions on how to run Nora is available on https://github.com/declare-lab/nora.