ALE-Agent
Domain-guided tabu best-first search with 30 sibling branches and three-turn solution refinement.
"""ALE-Agent uses the evaluator supplied by the selected task."""
from ...components.evaluator import SubprocessEvaluator
ALEAgentEvaluator = SubprocessEvaluator