mpcrl.Agent =========== .. currentmodule:: mpcrl .. autoclass:: Agent :members: :show-inheritance: :undoc-members: :inherited-members: .. rubric:: Methods .. autosummary:: :template: function.rst ~Agent.action_value ~Agent.evaluate ~Agent.is_wrapped ~Agent.on_env_step ~Agent.on_episode_end ~Agent.on_episode_start ~Agent.on_mpc_failure ~Agent.on_timestep_end ~Agent.on_validation_end ~Agent.on_validation_start ~Agent.reset ~Agent.state_value .. rubric:: Attributes .. autosummary:: ~Agent.Q ~Agent.V ~Agent.cost_perturbation_method ~Agent.cost_perturbation_parameter ~Agent.exploration ~Agent.fixed_parameters ~Agent.init_action_constraint ~Agent.init_action_parameter ~Agent.unwrapped ~Agent.warmstart .. minigallery:: mpcrl.Agent :add-heading: