ariefansclub commited on
Commit
e399c8b
·
verified ·
1 Parent(s): 728b3b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ pretty_name: Humanoid Decision Priority Shifts
5
+ tags:
6
+ - humanoid
7
+ - robotics
8
+ - decision-making
9
+ - priority-modeling
10
+ - autonomy
11
+ size_categories:
12
+ - 1K<n<10K
13
+ task_categories:
14
+ - other
15
+ ---
16
+
17
+ # Humanoid Decision Priority Shifts (HDPS)
18
+
19
+ ## Abstract
20
+
21
+ HDPS records dynamic priority adjustments
22
+ made during multi-objective humanoid tasks.
23
+
24
+ It enables research on adaptive decision systems
25
+ and hierarchical autonomy modeling.
26
+
27
+ ## Fields
28
+
29
+ - decision_id
30
+ - initial_priority_vector
31
+ - anomaly_trigger
32
+ - adjusted_priority_vector
33
+ - decision_latency
34
+ - outcome_score
35
+
36
+ ## Intended Research
37
+
38
+ - Priority reweighting models
39
+ - Multi-objective optimization
40
+ - Adaptive decision control
41
+
42
+ ## License
43
+
44
+ MIT