memorax.algorithms.MAPPOConfig#
- class memorax.algorithms.MAPPOConfig[source]#
Bases:
objectMAPPOConfig(num_envs: int, num_steps: int, gamma: float, gae_lambda: float, num_minibatches: int, update_epochs: int, normalize_advantage: bool, clip_coefficient: float, clip_value_loss: bool, entropy_coefficient: float, burn_in_length: int = 0)
- property batch_size#
- __init__(num_envs, num_steps, gamma, gae_lambda, num_minibatches, update_epochs, normalize_advantage, clip_coefficient, clip_value_loss, entropy_coefficient, burn_in_length=0)#
- replace(**updates)#
Returns a new object replacing the specified fields with new values.