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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user