hoangs commited on
Commit
5164d59
·
verified ·
1 Parent(s): b6aeef5

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # viet-robot-path-summarizer
2
+
3
+ A small helper that summarizes path history records for a home robot.
4
+
5
+ The `summarize_paths(records)` function expects a list of dicts with
6
+ `distance_m`, `duration_s`, and `success` fields and returns:
7
+
8
+ - `average_speed_m_per_s`
9
+ - `success_rate`
10
+ - `total_distance_m`
11
+
12
+ This is a lightweight, non-ML model written in pure Python.
13
+
14
+ ## License
15
+
16
+ MIT