9. The Psychology of planning Flashcards
Fill in the gaps about “What is planning?”
1. Determining a____ plans
2. D____ a problem into c____
3. S____ through the problem s____
4. Search guided by h____
5. C____
6. T____ environment
- alternative
- Decomposing, chunks
- Search, Space
- Heuristics
- Constraints
- Task
What are four problem components (learnt in year 1)
- Initial state
- Goal state
- Operators
- Constraints
What is meant by initial state?
The problem as presented
What is meant by goal state?
The aim/intention/desired outcome
What is meant by operators?
Things you can do/try/execute
What is meant by constraints?
Limitations on what you can do/try/execute
What are the filling in the analog: the cards problem?
1. Initial state
2. Goal state
3. Constraints
4. Operator
5. Task environment
6. Heuristics
- 3 sets of 4 cards + grid
- unknown
- Only one in each row or column
- Lay a card on the grid
- Online vs physical grid
Card in one vs many piles - Lay cards randomly
lay cards to maximise progress
Lay one denomination then another
In terms of decomposition orders, what is meant by the following?
1. Breath-first
2. Depth-first
3. Opportunistic
- Minimal commitment
- Immediate feedback: lower cognitive load
- Capitalising on current state
What is meant by the problem space?
What does it include?
The mental representation of a problem
- state space
- task environment
- information processing system
Define state space
All possible paths between initial and goal states
larger state space is, the harder a problem will be
What is meant by the task environment? What three things does it include?
The way a problem is presented to the solver
1. Format (display type)
2. Thematic content (familiarity)
3. Conditions (criticality, risk)
What does the information processing system include?
Working memory
Long-term memory
What does search using heuristics involve?
Means-ends analysis
Operator selection
What is meant by operator selection?
Maximise reduction of distance between initial and goal states
Set a ‘sub-goal’ to apply to operator
What are three other heuristics?
1. M____-e____ analysis
2. T____ and e____
3. Heuristics for s____
- Means-ends
- Trial and error
- Sampling