rl_equation_solver.utilities.history.HistoryMixin
- class HistoryMixin[source]
Bases:
object
Collection of history method
Methods
append_history
(entry)Append latest step for training history of policy_network
log_info
()Write info to logger
Clear history
update_history
(key, value)Update latest step for training history of policy_network
Attributes
Get history averaged over each episode
Get training history of policy_network
- property avg_history
Get history averaged over each episode
- property history
Get training history of policy_network