Struct ark_api::ml::AugmentedObservation
source · pub struct AugmentedObservation<'a> {
pub observation: Observation<'a>,
pub actions: &'a [f32],
}Fields§
§observation: Observation<'a>§actions: &'a [f32]Auto Trait Implementations§
impl<'a> RefUnwindSafe for AugmentedObservation<'a>
impl<'a> Send for AugmentedObservation<'a>
impl<'a> Sync for AugmentedObservation<'a>
impl<'a> Unpin for AugmentedObservation<'a>
impl<'a> UnwindSafe for AugmentedObservation<'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