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 */ }