xpag.agents.rljax_agents.algorithm.base_class.base_algorithm.OffPolicyAlgorithm#
- class OffPolicyAlgorithm(num_agent_steps, observation_dim, action_dim, seed, max_grad_norm, gamma, nstep, buffer_size, use_per, batch_size, start_steps, update_interval, update_interval_target=None, tau=None)#
Bases:
BaseAlgorithmBase class for off-policy algorithms.
Methods
exploreget_key_listget_maskis_updateload_paramssave_paramsselect_actionstepupdateAttributes
name