Paper deep dive
Telogenesis: Goal Is All U Need
Zhuoran Deng, Yizhi Zhang, Ziyi Zhang, Wan Shen
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 96%
Last extracted: 3/13/2026, 1:02:59 AM
Summary
The paper introduces 'Telogenesis', a framework where attentional priorities emerge endogenously from an agent's internal cognitive state using three epistemic gaps: ignorance (posterior variance), surprise (prediction error), and staleness (temporal decay of confidence). The authors demonstrate that this mechanism outperforms fixed strategies in partially observable environments, identifies a metric-dependent reversal where priority-guided allocation minimizes detection latency, and shows that learnable decay rates allow the system to spontaneously recover latent environmental volatility structure without external supervision.
Entities (5)
Relation Signals (4)
Telogenesis â utilizes â Ignorance
confidence 98% · We propose a priority function that generates observation targets from three epistemic gaps: ignorance...
Telogenesis â utilizes â Surprise
confidence 98% · We propose a priority function that generates observation targets from three epistemic gaps: ... surprise...
Telogenesis â utilizes â Staleness
confidence 98% · We propose a priority function that generates observation targets from three epistemic gaps: ... and staleness...
Priority-guided allocation â minimizes â Detection Latency
confidence 95% · priority-guided allocation minimizes detection latency
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Goal-conditioned systems assume goals are provided externally. We ask whether attentional priorities can emerge endogenously from an agent's internal cognitive state. We propose a priority function that generates observation targets from three epistemic gaps: ignorance (posterior variance), surprise (prediction error), and staleness (temporal decay of confidence in unobserved variables). We validate this in two systems: a minimal attention-allocation environment (2,000 runs) and a modular, partially observable world (500 runs). Ablation shows each component is necessary. A key finding is metric-dependent reversal: under global prediction error, coverage-based rotation wins; under change detection latency, priority-guided allocation wins, with advantage growing monotonically with dimensionality (d = -0.95 at N=48, p < 10^-6). Detection latency follows a power law in attention budget, with a steeper exponent for priority-guided allocation (0.55 vs. 0.40). When the decay rate is made learnable per variable, the system spontaneously recovers environmental volatility structure without supervision (t = 22.5, p < 10^-6). We demonstrate that epistemic gaps alone, without external reward, suffice to generate adaptive priorities that outperform fixed strategies and recover latent environmental structure.
Tags
Links
- Source: https://arxiv.org/abs/2603.09476v1
- Canonical: https://arxiv.org/abs/2603.09476v1
Trouble viewing inline? Open PDF directly â
Full Text
27,234 characters extracted from source content.
Expand or collapse full text
Telogenesis: Goal Is All U Need Zhuoran Deng1, Yizhi Zhang1, Ziyi Zhang1, Wan Shen1 1Independent Research Abstract Goal-conditioned systems assume goals are provided externally. We ask whether attentional prioritiesâa minimal form of goalâcan emerge endogenously from an agentâs internal cognitive state. We propose a priority function Ïiâ(t) _i(t) that generates targets from three types of epistemic gap: ignorance (posterior variance), surprise (prediction error indicating model mismatch), and staleness (temporal decay of confidence in unobserved variables). We validate this mechanism in two systems: a minimal attention-allocation environment (2,000 Monte Carlo runs) and a modular, partially observable world of higher complexity (500 runs). Component ablation shows each term is necessary. A key finding emerges from contrasting two evaluation metrics: under global prediction error, coverage-based rotation outperforms priority-guided allocation; under change detection latency, the result reverses, with priority-guided allocation detecting environmental changes significantly faster, and this advantage growing monotonically with dimensionality (d=â0.95d=-0.95 at N=48N\!=\!48, p<10â6p<10^-6). Detection latency follows a power law in attention budget, with priority-guided observation exhibiting a steeper exponent than rotation (0.55 vs. 0.40). When the staleness decay rate λ is made learnable per variable, the system spontaneously recovers the volatility structure of the environment without supervision: learned λi _i values differentiate high-volatility from low-volatility variables (λ¯high=0.289 λ_high=0.289 vs. λ¯low=0.202 λ_low=0.202, t=22.5t=22.5, p<10â6p<10^-6). We demonstrate that in attention-limited agents, epistemic gaps aloneâwithout external rewardâare sufficient to generate adaptive priority structures that outperform fixed strategies and spontaneously recover latent environmental structure. Introduction A central open problem in artificial intelligence is how autonomous agents generate their own goals. Goal-conditioned reinforcement learning (Schaul et al.,, 2015; Andrychowicz et al.,, 2017) has demonstrated that agents can pursue diverse objectives, but these are invariably specified externally. The question of where goals come from remains unaddressed. Biological organisms do not receive goal specifications from an external reward function. An animal exploring a novel environment generates exploratory targets from its own internal stateâdirecting attention toward aspects of the environment that are uncertain, surprising, or insufficiently modeled (Friston et al.,, 2015; Gottlieb et al.,, 2013). We propose that attentional priority generationâa minimal but essential component of goal formationâcan be formalized as an endogenous process driven by epistemic gaps in the agentâs world model. We do not claim full-fledged goal semantics; rather, we study attentional target formation as a minimal operational precursor of goal generation. We introduce a priority function that unifies three types of cognitive deficit into a single scalar score, from which targets emerge through softmax competition. We call this framework Telogenesis (from Greek telos, purpose, and genesis, origin): the origin of purpose from within. A central methodological finding of this work is that the choice of evaluation metric determines whether endogenous priority appears advantageous or not. Under global prediction errorâa metric that assumes omniscient access to all state variablesâcoverage strategies are optimal. Under change detection latencyâa metric available to the agent itselfâpriority-guided allocation dominates, with advantage scaling monotonically with environmental complexity. We argue that the latter is the appropriate measure of adaptation in partially observable worlds. Our contributions are: (1) a formal priority function decomposed into ignorance, surprise, and staleness; (2) ablation in a minimal system demonstrating each componentâs necessity; (3) validation in a modular partially observable environment; (4) identification of a metric-dependent reversal in which strategy appears superior; (5) a power law relating detection speed to attention budget; and (6) demonstration that per-variable learned decay rates spontaneously recover latent environmental volatility structure without supervision. Related Work The priority function draws on several traditions while differing from each in specific ways. Intrinsic motivation and curiosity. Schmidhuberâs formal theory of fun (Schmidhuber,, 2010) and curiosity-driven exploration (Pathak et al.,, 2017; Burda et al.,, 2019) use prediction error or learning progress to drive exploration. Our surprise term serves a similar role, but these methods operate in reward-augmented settings where curiosity bonuses supplement an external objective. Our framework uses no external reward at any level. Additionally, curiosity methods typically lack a staleness mechanism: they cannot generate priority for variables that have simply not been observed recently. Active inference. Fristonâs active inference framework (Friston et al.,, 2015) formalizes action selection as expected free energy minimization, encompassing both epistemic and pragmatic value. Our priority function can be viewed as a restricted form of epistemic value computation. The key difference is scope: active inference is a complete theory of perception and action, whereas we isolate the specific sub-problem of observation allocation and provide controlled experiments comparing endogenous priority against fixed baselines under partial observability. Bayesian experimental design. Lindleyâs information gain (Lindley,, 1956) and its descendants formalize optimal experiment selection. Our ignorance term (posterior variance) is closely related. However, classical experimental design assumes the ability to compute expected information gain over all candidate observationsâa combinatorial computation that scales poorly. The priority function provides a computationally cheap approximation by combining three heuristic signals into a scalar score. Attention in partially observable environments. Optimal attention allocation under partial observability has been studied in sensor scheduling (Hero and Cochran,, 2011), POMDP-based information gathering (Kaelbling et al.,, 1998), and belief-space planning where actions are selected to reduce state uncertainty (Platt et al.,, 2010). Our contribution is not a new algorithm for this problem but a specific claim: that the evaluation metric matters more than the allocation strategy, and that detection latencyânot global errorâis the appropriate measure of adaptation for the agent itself. Our primary novelty is therefore not any individual component, but their unification into a single priority mechanism, the identification of metric-dependent reversal in strategy evaluation, and the demonstration that learned per-variable decay rates recover latent environmental structure without supervision. The Priority Function Consider an agent maintaining a Bayesian world model over N environment variables, able to observe only bâȘNb N per time step. We propose that observation selection emerges from an epistemic gap score: Ïiâ(t)=w1âÏ~i2â(t)+w2âS~iâ(t)+w3â(1âeâλâÎâti) _i(t)=w_1\, Ï_i^2(t)+w_2\, S_i(t)+w_3\,(1-e^-λ t_i) (1) Ignorance Ï~i2â(t) Ï_i^2(t): normalized posterior variance. High when data is insufficient. Decreases monotonically with observations but cannot detect that the world has changed since last observation. Surprise S~iâ(t) S_i(t): normalized prediction error, Si=|xiâx^i|/(Ï^i+Ï”)S_i=|x_i- x_i|/( Ï_i+Δ). Spikes when observations violate expectations, signaling model mismatch. Only available for observed variables. Staleness (1âeâλâÎâti)(1-e^-λ t_i): saturating function of time since last observation. Captures that confidence should decay for unobserved variables. The key innovation: this generates priority for variables without requiring any observation, based purely on temporal reasoning. Targets emerge via softmax: Pâ(target=i)=expâĄ(Ïi/Ï)/âjexpâĄ(Ïj/Ï)P(target\!=\!i)= ( _i/Ï)/ _j ( _j/Ï). Temperature Ï controls exploitation-exploration. An activation threshold Ξ provides dormancy in stable environments. The function Ïiâ(t) _i(t) is not an uncertainty measure but an information value function. Surprise and staleness are not epistemic uncertainty per se; they are signals that make a variable worth attending to. We use âepistemic gapâ to encompass all three: gaps in knowledge, gaps between model and reality, and gaps in temporal coverage. Experiment 1: Minimal System Design N scalar variables in [0,1][0,1], asymmetric observation noise (linearly spaced Ïâ[0.25,0.05]Ïâ[0.25,0.05]), K<NK<N variables change on regime switches every TrT_r ticks, remainder stable. Agent observes one variable per tick, maintains Gaussian posteriors. Unobserved variables undergo variance inflation at rate Îł/tick. Five groups: Random (uniform selection), Priority (full Ï), Var-only (ignorance term alone), Rotation (deterministic cycle), Error (greedy on last prediction error). Default: N=6N\!=\!6, K=3K\!=\!3, Tr=15T_r\!=\!15, 2,000 runs. Component Ablation v1 (Symmetric, pure variance): No group differences. Without asymmetry, selective attention provides no advantage. v2 (Asymmetric, pure variance): Var-only â Random. Posterior variance cannot detect model mismatch. v3 (+ Surprise): Priority shifts attention toward switching variables (53.2% vs. 50.0%), but only for observed variables. v4 (+ Staleness = Full Ï): Priority significantly outperforms Random (p<10â6p<10^-6, d=0.15d\!=\!0.15) and Var-only (p<0.001p<0.001). All three components jointly required. Results Under global prediction error (Table 1), Priority outperforms Random and Var-only but not Rotation or Error. Rotationâs guaranteed coverage and error-based allocationâs direct feedback both outperform epistemic-gap-guided selection when error is globally observable. Table 1: Minimal system (N=6N\!=\!6, 2000 runs). Global prediction error, last 50%. Negative d = Priority is better. Strategy Error (± SD) vs. Pri. (p) d Attn. (sw.) Random 0.152±0.0320.152± 0.032 <10â6<10^-6 â0.15-0.15 0.500 Priority 0.147±0.0300.147± 0.030 â â 0.534 Var-only 0.148±0.0310.148± 0.031 <0.001<0.001 â0.11-0.11 0.509 Rotation 0.132±0.0240.132± 0.024 <10â8<10^-8 +0.54+0.54 0.500 Error 0.134±0.0250.134± 0.025 <10â8<10^-8 +0.48+0.48 0.533 Experiment 2: Liminal To test whether findings generalize beyond the minimal system, we construct a modular, partially observable environment: 16 variables in 4 modules with heterogeneous dynamics, regime transitions, and inter-variable coupling. Observation budget b=2b\!=\!2 per tick. 500 Monte Carlo runs per group. Global Error: Replication of Minimal Results Under global prediction error (Table 2), Priority significantly outperforms Random and Error, while matching Rotation. Error-driven allocation collapses (d=+0.89d\!=\!+0.89 vs. Priority): lacking error signals for unobserved variables, it locks attention onto a small subset, leaving most variables permanently unmonitored. The staleness term in Ï prevents this failure mode. Table 2: Liminal (N=16N\!=\!16, budget=2\!=\!2, 500 runs). Global prediction error. Strategy Error (± SD) vs. Pri. (p) d Random 0.267±0.1090.267± 0.109 <10â6<10^-6 +0.31+0.31 Rotation 0.236±0.1080.236± 0.108 0.9610.961 +0.00+0.00 Error 0.381±0.2120.381± 0.212 <10â8<10^-8 +0.89+0.89 Priority 0.236±0.0930.236± 0.093 â â The Metric Reversal A common assumption in evaluating adaptive systems is that prediction error over all state variables is globally available. Under this assumption, coverage-based strategies are favored, because performance is defined in terms of aggregate error over the entire state space. In partially observable environments, however, error on unobserved variables is not merely unknown to the evaluatorâit is unavailable to the agent itself. The central adaptive question is therefore not how accurately the agent predicts everything at once, but how quickly it detects that the environment has changed. By this criterion, our results reverse the standard conclusion: rotation minimizes global error, whereas priority-guided allocation minimizes detection latency, and this advantage grows monotonically with dimensionality. We define detection latency as the number of ticks between a regime switch and the first observation of an affected variable. This metric is more closely aligned with the agentâs adaptive problem than global error: it evaluates how quickly environmental change becomes observable through the agentâs own sampling process. (Note that computing detection latency still requires an external evaluator to identify regime switch times; however, unlike global error, the underlying quantityâwhether a newly observed value deviates from predictionâis available to the agent itself.) We use first observation of an affected variable as the simplest operational proxy; an alternative definition requiring prediction deviation above a threshold would be more conservative but introduces an arbitrary parameter. Detection Speed Scaling Figure 1: Detection latency vs. number of variables (N), budget=1\!=\!1. Rotation degrades linearly with N; priority-guided allocation remains approximately constant. All comparisons p<10â6p<10^-6. Table 3: Detection latency (ticks) by strategy and dimensionality. Budget=1\!=\!1, 500 runs. Priority vs. Rotation: all p<10â6p<10^-6. N Rand. Rot. Pri. Gap d 8 4.01 3.90 3.25 0.65 â0.27-0.27 16 4.15 5.93 3.90 2.02 â0.58-0.58 24 4.10 6.79 4.10 2.70 â0.72-0.72 32 3.98 6.99 4.23 2.76 â0.71-0.71 48 4.11 7.66 4.03 3.63 â0.95-0.95 Figure 1 and Table 3 present the central result. Rotationâs detection latency scales with N (from 3.9 at N=8N\!=\!8 to 7.7 at N=48N\!=\!48), because it must complete a full cycle before guaranteeing observation of any particular variable. Priority maintains approximately constant detection latency (⌠4 ticks) regardless of N, because the staleness and surprise terms direct attention toward variables most likely to have changed. The gap widens monotonically: Cohenâs d grows from â0.27-0.27 to â0.95-0.95. Power Law in Attention Budget Fixing N=48N\!=\!48 and varying budget bâ1,2,4,8bâ\1,2,4,8\, detection latency follows a power law for both strategies: Priority:L Priority: L =4.08Ăbâ0.55(R2=0.999) =4.08Ă b^-0.55 (R^2=0.999) Rotation:L Rotation: L =8.04Ăbâ0.40(R2=0.933) =8.04Ă b^-0.40 (R^2=0.933) Figure 2: Detection latency vs. attention budget (N=48N\!=\!48, log-log). Priority-guided allocation exhibits a steeper power law exponent (0.55 vs. 0.40), extracting greater marginal benefit from additional budget. The steeper exponent for priority-guided allocation (0.55 vs. 0.40) means that each additional unit of attention budget yields a proportionally larger improvement in detection speed for the priority function than for rotation. This is because additional observations in a priority-guided system are directed toward high-value targets (via surprise and staleness), whereas additional observations in rotation merely accelerate a fixed cycle. Experiment 3: Emergent Structure Learning Motivation A limitation of the priority function as specified in Eq. 1 is that the staleness term uses a global decay rate λ, treating all variables identically. In environments with heterogeneous volatility, this is suboptimal: high-volatility variables should be revisited more frequently than low-volatility ones. We ask: if λ is made learnable per variable, will the system discover this structure on its own? Design We extend the Liminal environment to 16 variables across 4 modules (4 variables each). Modules 0â1 are high-volatility (transition probability ptrans=0.15p_trans=0.15); Modules 2â3 are low-volatility (ptrans=0.02p_trans=0.02). The agent is not informed of this structure. Each variable i maintains its own staleness decay rate λi _i, initialized uniformly at λ0=0.25 _0=0.25, and updated upon each observation of variable i via a surprise-weighted exponential moving average: λiâ(1âÏ)âλi+Ïâ Siâ(t) _iâ(1-Ï)\, _i+Ï· S_i(t) (2) where Siâ(t)=|xiâx^i|/(Ï^i+Ï”)S_i(t)=|x_i- x_i|/( Ï_i+Δ) is the normalized prediction error (surprise) at the time of observation, and Ï=0.05Ï=0.05 is the smoothing rate. The intuition is direct: if observations of variable i consistently yield high surprise, λi _i increases, causing the staleness term to grow faster when i is unobserved, thereby generating earlier re-observation. If surprise is consistently low, λi _i decreases, and the system attends elsewhere. This is not gradient descent through the priority-selection pathway; it is a local heuristic that adjusts temporal urgency based on experienced surprise. Budget b=2b\!=\!2, 200 ticks per run, 50 runs. No external labels, no reward signal, no supervision on the volatility structure. Results Table 4: Learned per-variable λi _i (50-run mean). Variables 0â7: high volatility (ptrans=0.15p_trans\!=\!0.15); variables 8â15: low volatility (ptrans=0.02p_trans\!=\!0.02). Paired t-test on per-run group means: tâ(49)=22.5t(49)=22.5, p<10â6p<10^-6. Var Mod Vol. λi _i Var Mod Vol. λi _i 0 0 Hi 0.296 8 2 Lo 0.198 1 0 Hi 0.292 9 2 Lo 0.200 2 0 Hi 0.291 10 2 Lo 0.186 3 0 Hi 0.300 11 2 Lo 0.199 4 1 Hi 0.284 12 3 Lo 0.213 5 1 Hi 0.283 13 3 Lo 0.206 6 1 Hi 0.280 14 3 Lo 0.209 7 1 Hi 0.284 15 3 Lo 0.202 High mean 0.289 Low mean 0.202 Figure 3: Learned λi _i per variable (50-run mean). Red: high-volatility modules (ptrans=0.15p_trans\!=\!0.15); blue: low-volatility modules (ptrans=0.02p_trans\!=\!0.02). The system spontaneously differentiates volatility structure without supervision (t=22.5t=22.5, p<10â6p<10^-6). Table 4 and Figure 3 present the central result. The learned λi _i values cleanly separate into two clusters corresponding to the true volatility structure: high-volatility variables converge to λ¯high=0.2886 λ_high=0.2886 (±0.007± 0.007), while low-volatility variables converge to λ¯low=0.2016 λ_low=0.2016 (±0.009± 0.009). To avoid pseudo-replication (variables within a run are not independent), we compute the mean λ for high-volatility and low-volatility groups within each run, yielding 50 paired observations. A paired t-test on these per-run means confirms the separation: tâ(49)=22.5t(49)=22.5, p<10â6p<10^-6. This result was not programmed. No label told the system which variables are volatile. No reward signal reinforced correct λ values. The closed loopâpriority â observation â prediction error â λ update â changed priorityâself-organized into a representation of the environmentâs volatility structure. The system learned where change happens by attending to its own epistemic gaps. We note that the current experiment demonstrates recovery of a coarse binary partition (high vs. low volatility with a 7.5Ă gap in transition probability); whether the mechanism recovers finer-grained structure under smaller volatility differences remains an open question. Discussion The Evaluation Assumption Our results expose a methodological assumption that pervades evaluation of adaptive systems: that prediction error is globally observable. This assumption is inherited from supervised learning, where loss is computed over labeled data available in full. In partially observable environments, this assumption breaks: the agent cannot know how wrong it is about variables it has not observed. Defining performance as global prediction error implicitly rewards a capacity the agent does not haveâomniscient self-evaluationâand thereby favors strategies optimized for a world in which loss is always visible. When we replace this metric with one available to the agentâhow quickly it detects environmental change through its own observationsâthe ranking reverses. This is not a matter of choosing a metric favorable to our method; it is a matter of choosing a metric consistent with the problem setting. In partially observable worlds, the first-order adaptive challenge is not âminimize error everywhereâ but âdiscover where error has appeared.â Why Staleness Matters Error-driven allocation collapses in the Liminal environment (d=+0.89d\!=\!+0.89 vs. Priority) because it has no signal for unobserved variables. It can only respond to errors it has already seen, creating a feedback loop that concentrates attention on a shrinking subset. The staleness term (1âeâλâÎâti)(1-e^-λ t_i) breaks this loop by generating priority from temporal reasoning alone: âI have not observed this variable in a while; it may have changed.â This requires no external feedback, no error signal, no rewardâonly an internal clock and an assumption of environmental non-stationarity. Implications for Cognitive Architecture If attentional priorities can be generated endogenously from epistemic gaps, then priority generation constitutes a distinct computational layer between world model and policy. This suggests a route toward endogenous goal formation in more general architectures, where the priority function could drive not just observation but action selection, exploration planning, and resource allocation. The power law result suggests a deeper principle: in attention-limited systems, the structure of attention allocation matters more than its quantity. Doubling the observation budget improves priority-guided detection by a factor of 20.55=1.462^0.55=1.46, but rotation by only 20.40=1.322^0.40=1.32. Structured allocation amplifies the value of scarce resources. Spontaneous Structure Recovery The learned-λ result (Experiment 3) goes beyond parameter tuning. The system was given no information about which variables are volatile, yet it recovered the ground-truth volatility partition through closed-loop interaction alone. This is an instance of unsupervised environment structure learning driven entirely by epistemic gaps: the priority function creates an observation pattern; observations generate prediction errors; errors update λi _i; updated λi _i reshape the priority function. No component in this loop has access to ground truth. The structure emerges from the loop itself. This suggests a broader hypothesis: systems equipped with a world model, an uncertainty function, and an endogenous goal-generation mechanism may be sufficient to produce adaptive behavior organization without external reward. The present work provides empirical evidence supporting this hypothesis in the restricted setting of attention allocation under partial observability. Whether the same principle extends to action selection, planning, and resource allocation in richer environments is a question we leave to future work. Limitations Experiment 3 addresses the global-λ limitation identified in earlier versions, but introduces new questions. The surprise-weighted update rule is a heuristic; more principled alternatives (e.g., Bayesian model selection over discrete volatility categories, or online changepoint detection) remain unexplored. Detection latency, while more agent-centric than global error, still requires post-hoc identification of regime switches by an external evaluator; a fully intrinsic metric remains future work. All experiments use Bayesian agents with known model class; extension to agents with learned world models (e.g., neural networks) is a natural but non-trivial next step. The current work provides empirical evidence for the sufficiency of epistemic gaps in attention-allocation tasks; whether this mechanism extends to action selection and planning in richer environments is an open question. Conclusion We have presented Telogenesis, a framework in which attentional priorities emerge from epistemic gaps. The priority function Ïiâ(t) _i(t) unifies ignorance, surprise, and staleness into a mechanism for observation allocation. The central finding is a metric-dependent reversal: under global error, coverage wins; under detection latency, priority-guided allocation wins, with advantage growing monotonically with complexity and following a power law in attention budget (exponent 0.55 vs. 0.40). When the staleness decay rate is made learnable, the system spontaneously recovers the volatility structure of the environment without any external supervision (tâ(49)=22.5t(49)=22.5, p<10â6p<10^-6). This provides empirical evidence that epistemic gaps are sufficient not only for adaptive priority generation, but for unsupervised discovery of latent environmental structure. The first-order advantage of endogenous priority is not uniform coverage, but accelerated change detection under attentional scarcity. Goal is all u need. Written before the proof, kept for after. References Andrychowicz et al., (2017) Andrychowicz, M., et al. (2017). Hindsight experience replay. NeurIPS, 5048â5058. Burda et al., (2019) Burda, Y., Edwards, H., Storkey, A., and Klimov, O. (2019). Exploration by random network distillation. ICLR. Friston et al., (2015) Friston, K., et al. (2015). Active inference and epistemic value. Cognitive Neuroscience, 6(4):187â214. Gottlieb et al., (2013) Gottlieb, J., Oudeyer, P.-Y., Lopes, M., and Baranes, A. (2013). Information-seeking, curiosity, and attention. Trends in Cognitive Sciences, 17(11):585â593. Hero and Cochran, (2011) Hero, A. O. and Cochran, D. (2011). Sensor management: Past, present, and future. IEEE Signal Processing Magazine, 28(1):67â75. Kaelbling et al., (1998) Kaelbling, L. P., Littman, M. L., and Cassandra, A. R. (1998). Planning and acting in partially observable stochastic domains. Artificial Intelligence, 101(1â2):99â134. Lindley, (1956) Lindley, D. V. (1956). On a measure of information provided by an experiment. Ann. Math. Stat., 27(4):986â1005. Oudeyer and Kaplan, (2007) Oudeyer, P.-Y. and Kaplan, F. (2007). What is intrinsic motivation? A typology of computational approaches. Front. Neurorobot., 1:6. Pathak et al., (2017) Pathak, D., Agrawal, P., Efros, A. A., and Darrell, T. (2017). Curiosity-driven exploration by self-supervised prediction. ICML, 2778â2787. Platt et al., (2010) Platt, R., Tedrake, R., Kaelbling, L. P., and Lozano-PĂ©rez, T. (2010). Belief space planning assuming maximum likelihood observations. RSS. Schaul et al., (2015) Schaul, T., Quan, J., Antonoglou, I., and Silver, D. (2015). Universal value function approximators. ICML, 1312â1320. Schmidhuber, (2010) Schmidhuber, J. (2010). Formal theory of creativity, fun, and intrinsic motivation. IEEE Trans. AMD, 2(3):230â247.