pub struct ReplayBufferProxyConfig {
pub n_buffer: usize,
}
Expand description
Configuration of ReplayBufferProxy.
Fields
n_buffer: usize
Number of samples buffered until sent to the trainer.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReplayBufferProxyConfig
impl Send for ReplayBufferProxyConfig
impl Sync for ReplayBufferProxyConfig
impl Unpin for ReplayBufferProxyConfig
impl UnwindSafe for ReplayBufferProxyConfig
Blanket Implementations
Mutably borrows from an owned value. Read more