Iterative action selection
Choosing a sequence of actions
Last updated
Choosing a sequence of actions
Last updated
For non-trivial questions it’s generally not enough to take a single cognitive action. For example, consider:
Ideally we’d first look up the populations, then compute the logarithms.
Alas, this chapter hasn’t been written yet.
Implement iterative action selection. If you need inspiration, take a look at this execution trace:
For even more inspiration, take a look at sequential_action.py in the ICE repository.