bengusu80 commited on
Commit
b53fa6c
·
verified ·
1 Parent(s): a6734ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - robotics
5
+ - reinforcement-learning
6
+ - humanoid
7
+ ---
8
+
9
+ # Humanoid Navigation Policy Model
10
+
11
+ Simple baseline policy model for humanoid robot navigation tasks.
12
+
13
+ This lightweight model is intended for:
14
+ - behavior cloning demos
15
+ - reinforcement learning experiments
16
+ - robotics control testing
17
+
18
+ Uploaded for robotics training and benchmarking purposes.