-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, metrics such as win_rate, steps, detection rate, etc are calculated on the client side, which makes them prone to reporting errors. It is suggested to move the calculation of these metrics to the server side, where the current trajectories can be used as a starting point for these calculations. This would improve the accuracy and reliability of the metrics reported.
Proposal:
- Implement server-side processing to calculate key metrics (win_rate, steps, detection rate, etc)
- Replace or validate client-reported metrics using these server-side computed values.
Reasoning:
- Clients may report incorrect or manipulated values, undermining the integrity of the metrics.
- Centralizing calculations improves reliability and trust in reported statistics.
Related context:
- The current trajectories data might already include all necessary information to enable these calculations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request