updating rwse to work at different times, updating correct testing environment from roundabout, removing the assertion that a collision implies done in the evaluator, using nanmean and nanstd in averaging

This commit is contained in:
Arec
2022-02-21 15:55:16 -08:00
parent daa4825f17
commit e7f8385628
5 changed files with 106 additions and 21 deletions

View File

@@ -135,8 +135,8 @@ class IntersimpleEvaluation:
self._metrics['a_all'][_agent].append(info['action_taken'][_agent,0].item())
col = info['collision']
if col:
assert done
# if col: # commenting out if we dont want to end on collision
# assert done
self._metrics['col_all'][_agent].append(col)
if done and self.use_pbar: