TAES: Emotional Stationarity for Time Allocation
- TAES is an information-theoretic framework that replaces scalar utility maximization with aligning experienced emotion distributions with a target character.
- It models synthetic emotions as probability distributions linked to tasks, ensuring that the long-run emotional experience of an agent is statistically stationary.
- The approach utilizes convex optimization algorithms, like mirror descent, to balance effective task allocation with exploration mechanisms.
Time Allocation via Emotional Stationarity (TAES) is an information-theoretic framework for task selection in artificial agents, rooted in the paradigm that emotions function as abstract evaluation criteria. TAES prescribes how an agent should allocate its time among a set of activities so that the long-run statistics of its experienced synthetic emotions closely match a designer-specified "character"—a target distribution over emotion-like evaluation signals. The core mechanism is a convex optimization over task-selection probabilities, minimizing the divergence between target and experienced emotion distributions, thereby achieving statistical stationarity in emotional experience (Gros, 2019, Gros, 2021).
1. Conceptual Foundations
TAES reframes the classical time allocation or task selection problem by replacing scalar utility maximization with the goal of aligning an agent's experienced distribution of emotions with a predetermined "character". The underlying assumption is that, in complex environments lacking well-defined or comparable utilities across distinct activities, task performance can instead be evaluated along multiple abstract criteria: satisfaction, challenge, boredom, etc.
Emotions in TAES are defined as categorical outcomes of task execution, modeled as probability distributions (synthetic emotion kernels) conditioned on the task performed. The agent's "character" is specified as a probability distribution over these emotion categories, representing the long-term frequencies with which it "desires" to experience each emotion. Task selection is cast as finding an allocation of time across available activities such that the agent's stationary distribution of experienced emotions matches its character (Gros, 2019, Gros, 2021).
2. Mathematical Formalism
Let the agent have a finite set of tasks and emotion states . For each task , is the probability that emotion is experienced upon performing task . The agent's time-allocation vector is , where and , and is the long-run fraction of time spent on task .
The experienced emotion distribution is
The character is a fixed target distribution over . The optimization objective is to minimize the mismatch between and . The Kullback–Leibler divergence quantifies this mismatch:
Optionally, a regularization cost (e.g., entropy penalty or resource cost) with weight can be introduced, yielding the overall loss
subject to , . The solution defines the stationary time allocation that achieves emotional alignment with character (Gros, 2019, Gros, 2021).
3. Solution Algorithms
Owing to the convexity of in , TAES admits a unique global minimizer and is amenable to gradient-based optimization under simplex constraints. The (projected) gradient descent or mirror-descent algorithms are well-suited for this objective.
Mirror-Descent Algorithm (Exponentiated Gradient):
- Initialize uniformly: .
- Iterate:
- Compute for all .
- Compute gradient for each : .
- Update: (for step size ).
- Renormalize .
- Continue until convergence criteria are met (e.g., or change in is sufficiently small) (Gros, 2021).
Closed-form solutions are possible for small or special structure (e.g., with full-rank emotion matrices), but iterative gradient approaches scale better to large sets (Gros, 2019).
4. Emergent Dynamics and Theoretical Guarantees
At optimality, the experienced emotion statistics match the character distribution , making the agent's emotional experience stationary. Due to strict convexity and the compactness of the probability simplex, convergence to the unique optimum is guaranteed for standard descent algorithms. The long-run empirical distribution of emotions, given ergodicity and stationarity of the , will converge to the target character (Gros, 2019, Gros, 2021).
A representative convergence trajectory for a three-task (chess, Go, chat), three-emotion (satisfaction, challenge, boredom) agent would show empirical averages approaching and stabilizing at their target levels over time.
| Time | |||
|---|---|---|---|
| 1000 | 0.35 | 0.45 | 0.20 |
| 2000 | 0.38 | 0.42 | 0.20 |
| 5000 | 0.40 | 0.40 | 0.20 |
| 10000 | 0.40 | 0.40 | 0.20 |
This demonstrates stable emotional stationarity and alignment with the desired character (Gros, 2019).
5. Exploration, Extensions, and Limitations
Pure KL minimization may insufficiently explore under-sampled activities, as it optimizes based only on current emotion kernel estimates. Remedies include:
- Mixing optimal with a small uniform exploration ().
- Adding exploration bonuses (e.g., confidence bounds) to the objective, in analogy to UCB strategies in bandits.
TAES in its original formulations does not address adaptive dynamics for non-stationary or drifting emotion kernels ; incorporating forgetting factors or adaptive estimation is a straightforward extension. Similarly, direct integration of external utility rewards, or balancing KL-divergence control with cumulative reward via Pareto optimization, are recognized but not developed within the base framework. The approach is inherently multi-objective and modular, supporting further abstract evaluation criteria beyond simple emotions by extending and (Gros, 2019, Gros, 2021).
6. Illustrative Example
Consider three activities and three synthetic emotions, with evaluation distributions:
For a target character , TAES finds . This allocation yields an experienced emotion distribution approximating the target . High biases time allocation toward challenging activities (Go), whereas low disfavors excessively easy or repetitive tasks (chat) (Gros, 2021).
7. Biological and Artificial Intelligence Context
TAES generalizes an observation from biological intelligence: increasing cognitive capability is associated with a richer space of tasks and emotions, and behavioral choice is regulated by an implicit categorical weighting—introspectively experienced as emotion. In artificial agents, TAES offers a principled, functional mechanism to implement such weighting, decoupled from extrinsic reward specification. This suggests a connection between emotional stationarity principles and generalized value attribution in both natural and synthetic intelligences (Gros, 2021).