Struct border_async_trainer::ActorManagerConfig
source · [−]pub struct ActorManagerConfig {
pub samples_per_push: usize,
}
Expand description
Configuration of ActorManager.
Fields
samples_per_push: usize
Number of samples to be buffered in each actor until being pushed to the replay buffer.
The default value is 100.
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 ActorManagerConfig
impl Send for ActorManagerConfig
impl Sync for ActorManagerConfig
impl Unpin for ActorManagerConfig
impl UnwindSafe for ActorManagerConfig
Blanket Implementations
Mutably borrows from an owned value. Read more