Struct ark_api::ml::Demonstration
source · pub struct Demonstration<'a> {
pub timestep: u64,
pub actions: &'a [f32],
pub observation: Observation<'a>,
}Fields§
§timestep: u64§actions: &'a [f32]§observation: Observation<'a>Auto Trait Implementations§
impl<'a> RefUnwindSafe for Demonstration<'a>
impl<'a> Send for Demonstration<'a>
impl<'a> Sync for Demonstration<'a>
impl<'a> Unpin for Demonstration<'a>
impl<'a> UnwindSafe for Demonstration<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more