DefaultTreeExecutor

Type Alias DefaultTreeExecutor 

Source
pub type DefaultTreeExecutor<TMoveToExecutor, TSearchAreaExecutor> = TreeExecutor<SeqExecutor, ConcExecutor, TMoveToExecutor, TSearchAreaExecutor>;
Expand description

Agent executor with default for Sequence and Concurrent

Aliased Typeยง

pub struct DefaultTreeExecutor<TMoveToExecutor, TSearchAreaExecutor> { /* private fields */ }