Skip to content

Commit

Permalink
make time metrics low-key
Browse files Browse the repository at this point in the history
  • Loading branch information
Vittorio-Caggiano authored Sep 7, 2024
1 parent a9cb246 commit fdf79e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myosuite/envs/myo/myochallenge/run_track_v0.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def get_metrics(self, paths):

metrics = {
'score': score, # Distance travelled
'Time': times,
'time': times,
'effort': effort,
'pain': pain,
}
Expand Down

0 comments on commit fdf79e3

Please sign in to comment.