Struct border_core::replay_buffer::PerConfig
source · [−]pub struct PerConfig { /* private fields */ }
Expand description
Configuration for prioritized experience replay.
Implementations
Sets beta_0, the initial value of the exponent of importance weights.
Sets beta_final, the final value of the exponent of importance weights.
Sets the optimization step when beta reaches the final value.
Sets how to normalize the importance weight.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PerConfig
impl UnwindSafe for PerConfig
Blanket Implementations
Mutably borrows from an owned value. Read more