HOME

Date: <2025-01-07 Tue>

Assumptions of Decision Making Models in AGI

Table of Contents

[pdf:] by Pei Wang

1. Assumption on Task - Actions are Infinite

It is unreasonable to assume that at any state, all possible actions are listed.

  • Actions in small scale may be discrete or a finite collection of distributions, but at the level where planning happens set of all possible actions is infinite.

    Such actions can in principle to thought to be recursively composed of a set of basic operations/actions. But the decision making happens not at those basic actions but at level of composed actions.

  • It is a task in itself to know what actions can be taken and what actions should we evaluate.
  • Thus decision making involves composing short timestep actions to get longer term action over which planning can be done.

    i.e. decision making is often not about selection but selective composition. [Page 2]

Can we use intent (as in Intention Conditioned Value Function) to represent composed actions over which planning can be done?

How does Hierarchical Reinforcement Learning come into play?


Backlinks


You can send your feedback, queries here