Enum border_tch_agent::sac::EntCoefMode
source · [−]Expand description
Mode of the entropy coefficient of SAC.
Variants
Fix(f64)
Use a constant as alpha.
Auto(f64, f64)
Automatic tuning given (target_entropy, learning_rate).
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 RefUnwindSafe for EntCoefMode
impl Send for EntCoefMode
impl Sync for EntCoefMode
impl Unpin for EntCoefMode
impl UnwindSafe for EntCoefMode
Blanket Implementations
Mutably borrows from an owned value. Read more