Struct border_async_trainer::ActorStat
source · pub struct ActorStat {
pub env_steps: usize,
pub duration: Duration,
}
Expand description
Stats of sampling process in each Actor
.
Fields§
§env_steps: usize
The number of steps for interaction between agent and env.
duration: Duration
Duration of sampling loop in Actor
.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ActorStat
impl Send for ActorStat
impl Sync for ActorStat
impl Unpin for ActorStat
impl UnwindSafe for ActorStat
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