Skip to content

Commit

Permalink
final version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiive committed Nov 25, 2019
1 parent aacab34 commit ea5c9c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hiive/mdptoolbox/mdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ def _build_run_stat(self, i, a, error, p, r, s, v):
'Time': _time.time() - self.time,
'Alpha': self.alpha,
'Epsilon': self.epsilon,
'Gamma': self.gamma,
'Max V': _np.max(v),
'Mean V': _np.mean(v),
'Iteration': i,
Expand Down

0 comments on commit ea5c9c9

Please sign in to comment.