[−][src]Struct ggpf::policies::mcts::muz::MuZeroConfig
Global configuration for MuZero setup.
Fields
n_playouts: usizeNumber of playouts for search.
muz: MuZeroSettings for PUCT search.
networks_path: StringModels base directory location.
board_shape: BBoard space dimensions.
action_shape: AAction shape dimensions.
watch_models: boolWatch model for update.
batch_size: usizeGPU batch size.
Trait Implementations
impl<B: Clone, A: Clone> Clone for MuZeroConfig<B, A>[src]
fn clone(&self) -> MuZeroConfig<B, A>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl<B, A> RefUnwindSafe for MuZeroConfig<B, A> where
A: RefUnwindSafe,
B: RefUnwindSafe,
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<B, A> Send for MuZeroConfig<B, A> where
A: Send,
B: Send,
A: Send,
B: Send,
impl<B, A> Sync for MuZeroConfig<B, A> where
A: Sync,
B: Sync,
A: Sync,
B: Sync,
impl<B, A> Unpin for MuZeroConfig<B, A> where
A: Unpin,
B: Unpin,
A: Unpin,
B: Unpin,
impl<B, A> UnwindSafe for MuZeroConfig<B, A> where
A: UnwindSafe,
B: UnwindSafe,
A: UnwindSafe,
B: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Erased for T
impl<T> From<T> for T[src]
impl<T> FromPy<T> for T
fn from_py(t: T, Python) -> T
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> IntoPy<U> for T where
U: FromPy<T>,
U: FromPy<T>,
fn into_py(self, py: Python) -> U
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,