ray0rf1re commited on
Commit
bd6c58c
·
verified ·
1 Parent(s): 610a2b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,7 +1,12 @@
1
  ---
2
  language: en
3
- tags: [robotics, 6-axis-arm, visual-policy, pytorch, imitation-learning]
4
- license: apache-2.0
 
 
 
 
 
5
  ---
6
 
7
  # 6Net — 6-Axis Visual Robot Policy (~115M)
@@ -37,4 +42,4 @@ img = tf(Image.open("cam.jpg")).unsqueeze(0) # (1,3,224,224)
37
  jts = torch.zeros(1, 6) # current joint angles (rad)
38
  with torch.no_grad():
39
  action = model(img, jts) # (1,6) predicted targets
40
- ```
 
1
  ---
2
  language: en
3
+ tags:
4
+ - robotics
5
+ - 6-axis-arm
6
+ - visual-policy
7
+ - pytorch
8
+ - imitation-learning
9
+ license: mit
10
  ---
11
 
12
  # 6Net — 6-Axis Visual Robot Policy (~115M)
 
42
  jts = torch.zeros(1, 6) # current joint angles (rad)
43
  with torch.no_grad():
44
  action = model(img, jts) # (1,6) predicted targets
45
+ ```