hoangs commited on
Commit
a454d46
·
verified ·
1 Parent(s): cbae171

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # viet-robot-battery-session-log
2
+
3
+ A synthetic dataset of cleaning or patrol sessions with estimated battery
4
+ usage for a home robot.
5
+
6
+ Columns:
7
+ - `id`: row id
8
+ - `session_id`: identifier of the session
9
+ - `activity_type`: cleaning, patrol, mapping, idle_docked
10
+ - `duration_min`: minutes of the session
11
+ - `battery_drop_pct`: percentage drop in battery (0–100)
12
+ - `start_battery_pct`: battery level at start
13
+ - `end_battery_pct`: battery level at end
14
+ - `note_en`: short English note
15
+
16
+ Values are handcrafted for demos and educational use.
17
+
18
+ ## License
19
+
20
+ MIT