Struct border_atari_env::util::test::RandomAgentConfig
source · [−]pub struct RandomAgentConfig {
pub n_acts: usize,
}Expand description
Configuration of RandomAgent.
Fields
n_acts: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RandomAgentConfig
impl Send for RandomAgentConfig
impl Sync for RandomAgentConfig
impl Unpin for RandomAgentConfig
impl UnwindSafe for RandomAgentConfig
Blanket Implementations
Mutably borrows from an owned value. Read more