Enum border_tch_agent::util::CriticLoss
source · [−]pub enum CriticLoss {
MSE,
SmoothL1,
}Expand description
Critic loss type.
Variants
MSE
Mean squared error.
SmoothL1
Smooth L1 loss.
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 CriticLoss
impl Send for CriticLoss
impl Sync for CriticLoss
impl Unpin for CriticLoss
impl UnwindSafe for CriticLoss
Blanket Implementations
Mutably borrows from an owned value. Read more