Time Slicing
- Time slicing is another technique you can use to manage
computational load.
- You can merely allocate a certain amount of resources
for searching.
- As there are more searches, they slow down, but they never
eat into other behaviour.
- One downside is that it may take time to get the result
back.
- You can avoid the agent waiting for a final decision with
a range of techniques.
- You can just make a (heuristic) guess
- or you can use...