Anytime heuristic search, including Weighted A* and ARA*, lets agents commit to a suboptimal plan immediately and refine it as time allows, with provable bounds on solution quality at every step.
How STRIPS formalizes agent planning problems and how the delete relaxation trick produces powerful heuristics that guide search toward goals efficiently
Understand successor representations — the elegant middle ground between model-free and model-based RL that enables fast adaptation and transfer across tasks.
Explore Karl Friston's Free Energy Principle: a unified theory where agents minimize surprise through belief updating and action, offering an alternative foundation to reward-based reinforcement learning
How AI agents can move beyond correlation to understand cause and effect, enabling more robust planning, better tool use, and reliable interventions in the real world
Explore how diffusion models enable AI agents to generate and refine complex action plans through iterative denoising, revolutionizing long-horizon planning and decision-making.
Master beam search—a powerful technique for exploring multiple solution paths simultaneously in AI agents, from classical NLP to modern LLM reasoning systems.
Master constraint satisfaction problems (CSP) - a fundamental technique for agent planning, scheduling, and configuration tasks where finding any valid solution is the goal.
Master the BDI architecture pattern that models rational agent behavior through beliefs, desires, and intentions—a bridge between philosophy and practical AI systems.
Discover how Goal-Oriented Action Planning (GOAP) enables AI agents to dynamically create flexible plans that adapt to changing conditions, from game NPCs to modern autonomous systems.