Struct border_tch_agent::sac::CriticConfig
source · [−]pub struct CriticConfig<Q> { /* private fields */ }Expand description
Configuration of Critic.
Implementations
Sets optimizer configuration.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<Q> RefUnwindSafe for CriticConfig<Q> where
Q: RefUnwindSafe,
impl<Q> Send for CriticConfig<Q> where
Q: Send,
impl<Q> Sync for CriticConfig<Q> where
Q: Sync,
impl<Q> Unpin for CriticConfig<Q> where
Q: Unpin,
impl<Q> UnwindSafe for CriticConfig<Q> where
Q: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more