Spaces:
Running
Running
gauravlochab
commited on
Commit
·
6879e5a
1
Parent(s):
c79c221
feat: add APR statistics and values CSV files
Browse files- modius_apr_statistics.csv +3 -0
- modius_apr_values.csv +2 -0
modius_apr_statistics.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
agent_id,agent_name,total_points,apr_points,performance_points,real_apr_points,real_performance_points,avg_apr,avg_performance,max_apr,min_apr,latest_timestamp
|
2 |
+
2,gonma-pronfa59,1,0,1,0,1,,-100.0,,,2025-04-04 14:03:55
|
3 |
+
ALL,All Agents,1,0,1,0,1,,-100.0,,,2025-04-04 14:03:55
|
modius_apr_values.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
apr,timestamp,agent_id,is_dummy,agent_name,metric_type
|
2 |
+
-100.0,2025-04-04 14:03:55,2,False,gonma-pronfa59,Performance
|