Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.
Planning in AI focuses on generating sequences of actions to transition from an initial state to a desired goal state. Various planning systems, such as STRIPS and Goal Stack Planning, facilitate problem-solving in complex environments, while Markov Decision Processes (MDPs) deal with decision-making under uncertainty. These tools enable the design of intelligent agents capable of effective long-term goal achievement and rational behavior in both deterministic and uncertain contexts.
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
References
Chapter 5_ Planning and Decision Making.pdfClass Notes
Memorization
What we have learnt
Final Test
Revision Tests
Term: Planning in AI
Definition: A structured approach to determining a sequence of actions to achieve specific goals.
Term: STRIPS
Definition: A formal language for representing planning problems, detailing actions in terms of preconditions, effects, and negations.
Term: Goal Stack Planning
Definition: A backward-chaining approach that starts from the goal and works back to the initial state, pushing and popping goals from a stack.
Term: Markov Decision Process (MDP)
Definition: A mathematical framework for modeling decision-making situations where outcomes are partly random and partly under the control of a decision maker.