bengusu80 commited on
Commit
39947b8
·
verified ·
1 Parent(s): 80d98e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ task_categories:
6
+ - robotics
7
+ - reinforcement-learning
8
+ - other
9
+ pretty_name: Humanoid Obstacle Avoidance Dataset
10
+ size_categories:
11
+ - n<1K
12
+ ---
13
+
14
+ # Humanoid Obstacle Avoidance Dataset
15
+
16
+ ## Overview
17
+ This dataset provides distance sensor readings and corresponding navigation actions for humanoid robots.
18
+
19
+ It is designed for obstacle avoidance and safe locomotion tasks.
20
+
21
+ ## Columns
22
+
23
+ | Column | Description |
24
+ |--------------|---------------------------|
25
+ | front_dist | Distance to obstacle in front |
26
+ | left_dist | Distance to obstacle on the left |
27
+ | right_dist | Distance to obstacle on the right |
28
+ | action | Movement command (forward, turn_left, turn_right) |
29
+
30
+ ## Use Cases
31
+
32
+ - Obstacle avoidance learning
33
+ - Reinforcement learning navigation
34
+ - Robotics control experiments
35
+ - Simulation and behavior cloning
36
+
37
+ ## License
38
+ MIT