Pith. sign in

REVIEW 3 major objections 4 minor 299 references

Towards chemistries in dynamical systems

T0 review · 3 major / 4 minor · reviewed 2026-08-01 · deepseek-v4-flash

Pith's one-line read This paper proposes a formal way to describe any finite dynamical system as a chemistry of tokens and reactions, and argues that Game of Life gliders satisfy the added uniqueness criterion.

desk verdict Genuinely new formal framework for describing dynamical systems as chemistries, but the main glider example has a concrete arithmetic bug in eq. (35) that breaks the claimed compatibility; the definitions are worth a serious look, the demonstration needs fixing. read the letter →

arxiv 2607.19090 v1 pith:OE74T2DU submitted 2026-07-21 cs.DM cs.NEnlin.PS

classification cs.DMcs.NEnlin.PS MSC 68Q8037B15
keywords patternchemistrydynamicalsystemsPetrinetschemicalreactionnetworksGameofLifegliderscellularautomataunambiguoustransitions
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The authors define a 'pattern chemistry' as a way to pick out tokens (molecules) in a dynamical system, choose a Petri-net of reactions, and assign a transition map that turns the tokens in one state into the tokens in the next. They require this assignment to be compatible with the system's update rule, and add a criterion: the transition map should always choose the unique smallest set of reactions. They show that a glider in the finite Game of Life passes this criterion, so its movement can be described as a single 'movement' reaction rather than annihilation plus creation. The paper treats this as an exploratory step toward a formal account of objects like particles, organisms, or patterns in complex systems.

What carries the argument

The central objects are (a) the token map ϕ, which turns a state into a multiset of tokens by counting pattern shapes in each frame of reference; (b) the Petri-net whose transitions have source and target multisets; and (c) the transition map θ, which picks the step realizing the update. The decisive mechanism is the 'light cone' construction: for each glider token at position p, the frame of reference at the next time is any p' in LC(p), the set of positions a glider could legitimately move to. The uniqueness criterion (minimizing transition count) gives a principled way to choose movement transitions over annihilation+creation, and the paper argues the glider's light-cone structure guarant

What would settle it

Find a finite Game of Life configuration in which two distinct glider tokens in the next state lie in the light cone of a single glider in the current state (or two gliders in the current state share one possible successor in a light cone). If such a state exists on the finite torus, the minimum-transition step is ambiguous and the glider chemistry fails the unambiguous criterion.

Watch

Extended reading notes

Core claim

The central discovery is a working definition: a pattern chemistry of a dynamical system (X,h) consists of (i) an indexed family of functions that read off tokens from each state, (ii) a Petri-net of reactions on token types, and (iii) a transition map θ that for every state x returns a step whose source multiset equals the tokens in x and whose target multiset equals the tokens in h(x). The paper then strengthens this to an 'unambiguous' pattern chemistry by demanding that θ(x) be the unique step with the fewest transitions. The main positive example is the glider in the finite Game of Life: with movement transitions defined via light cones, the minimum-step solution is always unique, so th

Load-bearing premise

The glider example assumes that at most one glider ever appears in a single light cone at the next time step, so that the products in the transition map act as logical yes/no gates.

Editorial extensions

If this is right

  • If correct, the definition gives a formal bridge between dynamical systems and chemical reaction networks, allowing chemistry-based reasoning to be applied to any finite-state dynamics.
  • The unambiguous criterion provides a formal way to say when a pattern is 'really' a moving object: exactly when the fewest-reactions description is unique.
  • The paper's examples show that naive choices (cells as tokens) are ambiguous, while gliders are not, supporting the intuition that gliders are natural individuals.
  • The framework applies to any finite dynamical system, not just cellular automata, so it can be used to ask what additional structure a cellular automaton provides.
  • The authors identify open problems: avoiding degenerate choices of frame-of-reference functions and finding practical algorithms for discovering interesting chemistries.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • One could test the uniqueness criterion on other Game of Life objects (eaters, blinkers, other spaceships) to see whether the criterion picks out exactly the patterns that human observers treat as mobile individuals.
  • The light-cone uniqueness argument might be recast as a no-cloning/no-merging condition on the pattern's local dynamics; if patterns can branch or fuse, the criterion fails, suggesting a formal notion of 'object identity' in discrete systems.
  • The definition suggests a computationally tractable route: start with annihilation/creation transitions and greedily add movement (or other) transitions that preserve uniqueness; this could be automated as a search over Petri-nets.
  • For infinite cellular automata, finite-support multisets fail; a limiting or profinite construction on increasing finite grids might recover glider chemistries on the infinite plane.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper proposes a formal framework for describing aspects of a finite dynamical system in chemical terms. It defines a 'pattern chemistry' as a token map from states to multisets of (frame, shape) pairs, a Petri-net whose places are these pairs, and a transition map assigning a step (multiset of transitions) to each state; compatibility requires that the step's source multiset equals the current token multiset and its target multiset equals the token multiset after one update. The paper adds an 'unambiguous' criterion: among all steps realizing a given token transition, the step with the fewest transitions must be unique. The main worked example is a glider in finite Game of Life, for which the authors attempt to construct a chemistry with movement, annihilation, and creation transitions and argue that it satisfies the unambiguity criterion. The paper also discusses alternative choices and limitations.

Significance. The definitions are self-contained and the proposed framework is a genuine attempt to formalize pattern movement in cellular automata as chemical reactions. If the specific construction in the glider example can be repaired, the paper would provide a useful conceptual tool for artificial life and for relating dynamical-system descriptions to Petri-net/chemical-reaction-network descriptions. The unambiguity criterion is a novel, non-circular design principle and is clearly distinguished from simple curve fitting. The paper is exploratory rather than a complete theory, but the formal backbone is coherent. No machine-checked proofs or reproducible code are provided; the value lies in the definitions and the illustrative example.

major comments (3)
  1. [Definition 8 (unambiguous pattern chemistry)] The minimality condition is written as |ϕ(x)| ≤ |t′| and equality implies t′ = ϕ(x). But |ϕ(x)| is the number of tokens in the initial marking, not the number of transitions in a step. The intended criterion, stated in prose, is that θ(x) should be a step with the fewest transitions; the comparison should be |θ(x)| ≤ |t′| for all t′ with src(t′)=ϕ(x), tgt(t′)=ϕ(h(x)). As written, Definition 8 does not express the stated property. This is a load-bearing error in the central definition.
  2. [Eq. (35), glider chemistry construction] The formula for θ̄(x) does not satisfy the compatibility condition (18)–(19). For a fixed p with ϕ(x)(p)=1, the second sum contributes one annihilation transition |†,p⟩ for every p′∈LC(p) with ϕ(h(x))(p′)=0, and the first sum contributes a movement transition for every occupied p′. Thus if LC(p) contains k positions, the total source contribution from p is k|p⟩ (k−m movement/annihilation copies plus m movement copies), not |p⟩. In particular, when no p′ in LC(p) is occupied, the step includes k annihilations, so src(θ̄(x)) = k|p⟩ ≠ ϕ(x). The prose about unambiguous movement choices addresses a different issue and does not repair the arithmetic. The glider example is therefore not established as a pattern chemistry as written.
  3. [Section 'The unambiguous glider chemistry with movement'] Even if Eq. (35) is repaired, the claim that no ambiguity arises between possible movement transitions is asserted with 'it is not hard to see by trying it out' rather than proved. For the example to support the unambiguity criterion, the authors need a rigorous argument, or a finite exhaustive check for the chosen grid size, showing that in every state x there is at most one occupied p′∈LC(p) for each p, and no alternative step with the same number of transitions exists. This is load-bearing for the paper's central demonstration.
minor comments (4)
  1. [Abstract] The sentence 'We discuss gliders in the game of life cellular and argue that when following their definition of according to Randall Beer' appears to have missing words; it should likely read 'gliders in the Game of Life cellular automaton' and 'following the definition of gliders according to Randall Beer'.
  2. [After Eq. (35)] The parenthetical 'note the use of (1− ¯ϕ(x)) for later' seems to contain a typo; the expression should refer to (1−ϕ(h(x))(p′)) or an analogous indicator, not ¯ϕ(x).
  3. [Commutative diagram in Section 'Pattern chemistries of a dynamical systems'] The diagram is not typeset in a way that makes the direction of the src and tgt arrows clear; consider using a labeled commutative diagram environment.
  4. [Example 5] The phrase 'we then find that θ:X→M(n×n) just returns the multiset' is confusing because the transition map should return a multiset of transitions, not a multiset of places; likely a typo for ϕ.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the framework is defined constructively and the glider example is an explicit worked illustration, not a fitted prediction or a self-citation load-bearing result.

full rationale

The paper's central contribution is a set of definitions (Definitions 7 and 8) plus an explicit construction for gliders in a finite Game of Life. The compatibility conditions (18)-(19) are requirements the transition map must satisfy, not quantities fitted from data. The transition map in eq. (35) is written out directly in terms of the token map and light cones; it is not obtained by solving for a parameter that is then renamed as a prediction. The unambiguity argument appeals to geometric facts about glider light cones and the minimization criterion is proposed as a desideratum, not imported from a self-citation. Citations to Beer (2014, 2020a) supply glider conventions and the light-cone idea, but they are external and not used to justify the formal framework itself. The paper even flags open issues and limitations. A possible internal inconsistency in eq. (35) would be a correctness or proof gap, not circular reasoning, because it does not make the claimed result equivalent to its assumptions by construction. No fitted-input-called-prediction, self-citation chain, or renaming pattern is present.

Assumptions & free parameters 2 free parameters · 4 assumptions · 2 invented entities

The paper introduces no fitted physical constants or data. Its load-bearing choices are the observer's hand-picked frame/shape family and light-cone relation, plus the domain assumption of finite toroidal GoL. The most fragile item is the unproved uniqueness/light-cone non-overlap assertion and the arithmetic behavior of eq. (35).

free parameters (2)
  • R-indexed family {fr} (frames and shapes) = R = symmetry group G of finite GoL; S = {rocket, wedge}
    Hand-chosen in the glider example; the paper notes that other choices are possible and that degeneracy is an open problem.
  • Light cone relation LC(g,s) = imported from Beer (2014)
    Defines movement transitions; the paper assumes the relation makes eq. (35)'s sums behave as yes/no indicators.
assumptions (4)
  • domain assumption Multisets have finite support and only finite dynamical systems are considered.
    Stated in the introduction and Definition 1; the entire construction (token maps, steps, uniqueness) relies on finite multiset arithmetic.
  • domain assumption The Game of Life is taken on a finite n×n grid with periodic boundary conditions.
    Given in Example 1; the glider light-cone constructions and finite-state arguments depend on this domain.
  • domain assumption The unambiguity criterion (unique least number of transitions) is adopted as the desired property of a pattern chemistry.
    Proposed in Definition 8 and motivated by observer parsimony; not derived from the dynamics. If one rejects this criterion, the main example's significance changes.
  • ad hoc to paper For every state x, no two glider tokens' light cones cause multiple minimal matchings; in particular eq. (35)'s sum-of-complements behaves as an existence test.
    This is asserted informally in the glider example and is not proved or exhaustively checked; the unambiguous glider chemistry rests on it.
invented entities (2)
  • pattern tokens (elements of M(R×S))
    purpose: Represent observable patterns as chemical species in the Petri-net.
    Formal observables defined by the observer; no independent empirical signature.
  • movement transitions p→p′
    purpose: Allow one token to be transformed into another within the light cone instead of annihilation-plus-creation; central to unambiguity.
    Added by hand in the glider chemistry; not derived from the dynamics.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Towards chemistries in dynamical systems." pith.science (2026). https://pith.science/paper/OE74T2DU

@misc{pith2026260719090,
  author       = {Pith},
  title        = {Pith review of: Towards chemistries in dynamical systems},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OE74T2DU}},
  note         = {Machine review of arXiv:2607.19090}
}
read the original abstract

Chemistry describes aspects of the universe in terms of molecules and their reactions. In this exploratory work we present a way to describe aspects of any dynamical system in similar terms. To describe a dynamical system in this way three decisions have to be made. The first is how many different "places" there are at which molecules or chemical species can occur; the second is how to determine the species present (or not) at each place; and the third is the set of transitions and reactions that can occur between the species in the various places. For these choices to be compatible with the state update of the dynamical system each state must be able to determine transitions that take the currently occurring molecules to those occurring in the updated state. We also propose an additional requirement that there is always a unique way to choose the least amount of transitions occurring during state updates. We discuss gliders in the game of life cellular and argue that when following their definition of according to Randall Beer they satisfy the additional criterion as well. We also point out some issues with the approach.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

299 extracted references · 67 canonical work pages

  1. [1]

    Adaptive Behavior , volume=

    The necessity of extended autopoiesis , author=. Adaptive Behavior , volume=. 2020 , publisher=

  2. [2]

    Advances in Artificial Life: 9th European Conference, ECAL 2007, Lisbon, Portugal, September 10-14, 2007

    Autonomy: a review and a reappraisal , author=. Advances in Artificial Life: 9th European Conference, ECAL 2007, Lisbon, Portugal, September 10-14, 2007. Proceedings 9 , pages=. 2007 , organization=

  3. [3]

    European Conference on Artificial Life , pages=

    The role of the spatial boundary in autopoiesis , author=. European Conference on Artificial Life , pages=. 2009 , organization=

  4. [4]

    Artificial Life Conference Proceedings , pages=

    An active inference implementation of phototaxis , author=. Artificial Life Conference Proceedings , pages=. 2017 , organization=

  5. [5]

    2020 International Joint Conference on Neural Networks (IJCNN) , pages=

    A Bayesian perspective on classical control , author=. 2020 International Joint Conference on Neural Networks (IJCNN) , pages=. 2020 , organization=

  6. [6]

    Artificial life conference proceedings , pages=

    The modularity of action and perception revisited using control theory and active inference , author=. Artificial life conference proceedings , pages=. 2018 , organization=

  7. [7]

    Artificial Life Conference Proceedings 32 , pages=

    Predictions in the eye of the beholder: An active inference account of Watt governors , author=. Artificial Life Conference Proceedings 32 , pages=. 2020 , organization=

  8. [8]

    arXiv preprint arXiv:1503.04187 , year=

    A minimal active inference agent , author=. arXiv preprint arXiv:1503.04187 , year=

Show all 299 references
  1. [9]

    Lavore, Elena Di and Román, Mario and Sobociński, Paweł , month = jan, year =. Partial. doi:10.48550/arXiv.2502.03477 , abstract =

  2. [10]

    Jacobs, Bart and Kissinger, Aleks and Zanasi, Fabio , month = jul, year =. Causal. doi:10.48550/arXiv.1811.08338 , abstract =

  3. [11]

    Retrospective on

    Miyazono, Evan and Lakin, Chris , month = may, year =. Retrospective on

  4. [12]

    Formalising the intentional stance 1: attributing goals and beliefs to stochastic processes , shorttitle =

    McGregor, Simon and timorl and Virgo, Nathaniel , month = jan, year =. Formalising the intentional stance 1: attributing goals and beliefs to stochastic processes , shorttitle =. doi:10.48550/arXiv.2405.16490 , abstract =

  5. [13]

    Formalising the intentional stance 2: a coinductive approach , shorttitle =

    McGregor, Simon and timorl and Virgo, Nathaniel , month = jan, year =. Formalising the intentional stance 2: a coinductive approach , shorttitle =. doi:10.48550/arXiv.2501.09173 , abstract =

  6. [14]

    Nathaniel Virgo , month = mar, year =. Sussex

  7. [15]

    good regulator theorem

    Nathaniel Virgo , month = mar, year =. Extending the “good regulator theorem” -

  8. [16]

    Embedded

    Demski, Abram and Garrabrant, Scott , month = oct, year =. Embedded. doi:10.48550/arXiv.1902.09469 , abstract =

  9. [17]

    2023 , eprint=

    A Causal Analysis of Harm , author=. 2023 , eprint=

  10. [18]

    2022 , eprint=

    Quantifying Harm , author=. 2022 , eprint=

  11. [19]

    Journal of Machine Learning Research , author =

    The d-. Journal of Machine Learning Research , author =. 2023 , pages =

  12. [20]

    Particle

    Mordvintsev, Alexander and Niklasson, Eyvind and Randazzo, Ettore , file =. Particle. 2022 , month = dec, url =

  13. [21]

    2022 , MONTH = Jan, HAL_ID =

    Learning Sensorimotor Agency in Cellular Automata , AUTHOR =. 2022 , MONTH = Jan, HAL_ID =

  14. [22]

    Andrew Critch , month = oct, year =

  15. [23]

    and Saint-Pierre, Patrick , year =

    Aubin, Jean-Pierre and Bayen, Alexandre M. and Saint-Pierre, Patrick , year =. Viability

  16. [24]

    2023 , journal =

    Categorical systems theory , author=. 2023 , journal =

  17. [25]

    GitHub repository , howpublished =

    Capucci, Matteo , title =. GitHub repository , howpublished =. 2025 , publisher =

  18. [26]

    arXiv preprint arXiv:2405.06624 , year=

    Towards Guaranteed Safe AI: A Framework for Ensuring Robust and Reliable AI Systems , author=. arXiv preprint arXiv:2405.06624 , year=

  19. [27]

    International Conference on Machine Learning , pages=

    A Category-theoretical Meta-analysis of Definitions of Disentanglement , author=. International Conference on Machine Learning , pages=. 2023 , organization=

  20. [28]

    International journal of systems science , volume=

    Every good regulator of a system must be a model of that system , author=. International journal of systems science , volume=. 1970 , publisher=

  21. [29]

    IEEE Transactions on Automatic Control , volume=

    Error feedback and internal models on differentiable manifolds , author=. IEEE Transactions on Automatic Control , volume=. 1984 , publisher=

  22. [30]

    Advances in Complex Systems , author =

    A. Advances in Complex Systems , author =. 2009 , pages =. doi:10.1142/S0219525909002155 , number =

  23. [31]

    Artificial Life , author =

    The cognitive domain of a glider in the game of life , volume =. Artificial Life , author =. 2014 , pmid =. doi:10.1162/ARTL\_a\_00125 , abstract =

  24. [32]

    Prediction and modularity in dynamical systems

    A. Kolchinsky and L. M. Rocha , title = "Prediction and modularity in dynamical systems", journal = "Advances in Artificial Life, ECAL", year = "2011", month = "08/08/2011", pages = "423--430", publisher = "MIT Press", address = "Paris, France", isbn = "0-262-29714-0", attachm...

  25. [33]

    Integrated Information in Discrete Dynamical Systems: Motivation and Theoretical Framework , volume =

    Balduzzi, David and Tononi, Giulio , month = jun, year =. Integrated Information in Discrete Dynamical Systems: Motivation and Theoretical Framework , volume =. doi:10.1371/journal.pcbi.1000091 , abstract =

  26. [34]

    Advances in Complex Systems , author =

    A. Advances in Complex Systems , author =. 2008 , pages =. doi:10.1142/S0219525908001507 , number =

  27. [35]

    Neural Netw

    Dynamical properties of strongly interacting Markov chains , volume =. Neural Netw. , author =. 2003 , keywords =. doi:10.1016/S0893-6080(03)00190-4 , abstract =

  28. [36]

    and Snell, J

    Kemeny, John G. and Snell, J. Laurie , month = jul, year =. Finite Markov Chains: With a New Appendix

  29. [37]

    Biosystems , author =

    Autonomy: An information theoretic perspective , volume =. Biosystems , author =. 2008 , keywords =. doi:10.1016/j.biosystems.2007.05.018 , abstract =

  30. [38]

    Measuring autonomy and emergence via granger causality , volume =. Artif. Life , author =. 2010 , keywords =. doi:10.1162/artl.2010.16.2.16204 , abstract =

  31. [39]

    Defining Emergent Descriptions by Information Preservation , journal =

    Polani, Daniel , year =. Defining Emergent Descriptions by Information Preservation , journal =

  32. [40]

    Emergence, Intrinsic Structure of Information, and Agenthood , copyright =

    Polani, Daniel , editor =. Emergence, Intrinsic Structure of Information, and Agenthood , copyright =. Unifying Themes in Complex Systems , publisher =. 2008 , keywords =

  33. [41]

    Blind construction of optimal nonlinear recursive predictors for discrete sequences , isbn =

    Shalizi, Cosma Rohilla and Shalizi, Kristina Lisa , year =. Blind construction of optimal nonlinear recursive predictors for discrete sequences , isbn =. Proceedings of the 20th conference on Uncertainty in artificial intelligence , publisher =

  34. [42]

    and Ellison, Christopher J

    Still, Susanne and Crutchfield, James P. and Ellison, Christopher J. , month = aug, year =. Optimal Causal Inference: Estimating Stored Information and Approximating Causal Architecture , shorttitle =

  35. [43]

    The 37th annual Allerton Conference on Communication, Control, and Computing , author =

    The Information Bottleneck Method , abstract =. The 37th annual Allerton Conference on Communication, Control, and Computing , author =. 1999 , pages =

  36. [44]

    Artificial Intelligence , author =

    A dynamical systems perspective on agent-environment interaction , volume =. Artificial Intelligence , author =. 1995 , pages =. doi:10.1016/0004-3702(94)00005-L , number =

  37. [45]

    Theory in Biosciences , author =

    Information-driven self-organization: the dynamical system approach to autonomous robot behavior , volume =. Theory in Biosciences , author =. 2012 , keywords =. doi:10.1007/s12064-011-0137-9 , abstract =

  38. [46]

    Organization of the information flow in the perception-action loop of evolved agents , doi =

    Klyubin,. Organization of the information flow in the perception-action loop of evolved agents , doi =. 2004. 2004 , keywords =

  39. [47]

    Information geometry on complexity and stochastic interaction , url =

    Ay, Nihat , month = dec, year =. Information geometry on complexity and stochastic interaction , url =. MPI MiS Preprint , note =

  40. [48]

    and Varela, Francisco J

    Maturana, Humberto R. and Varela, Francisco J. , year =. Autopoiesis and cognition: the realization of the living , isbn =

  41. [49]

    Empowerment: a universal agent-centric measure of control , volume =

    Klyubin,. Empowerment: a universal agent-centric measure of control , volume =. The 2005. 2005 , keywords =. doi:10.1109/CEC.2005.1554676 , abstract =

  42. [50]

    Physical Review Letters , author =

    Causal Entropic Forces , volume =. Physical Review Letters , author =. 2013 , pages =. doi:10.1103/PhysRevLett.110.168702 , abstract =

  43. [51]

    , month = apr, year =

    Oudeyer, Pierre-Yves and Kaplan, Frederic and Hafner, Verena V. , month = apr, year =. Intrinsic Motivation Systems for Autonomous Mental Development , volume =. doi:10.1109/TEVC.2006.890271 , number =

  44. [52]

    A possibility for implementing curiosity and boredom in model-building neural controllers , isbn =

    Schmidhuber, Jürgen , year =. A possibility for implementing curiosity and boredom in model-building neural controllers , isbn =. Proceedings of the first international conference on simulation of adaptive behavior on From animals to animats , publisher =

  45. [53]

    Theoretical biology , language =

    von Uexk\"ull, Jakob , year =. Theoretical biology , language =

  46. [54]

    Artificial Life , booktitle =

    Langton, Christopher , editor =. Artificial Life , booktitle =. 1989 , pages =

  47. [55]

    Some ways to see two in one , isbn =

    Biehl, Martin and Polani, Daniel , month = sep, year =. Some ways to see two in one , isbn =. Advances in Artificial Life,. doi:10.7551/978-0-262-31709-2-ch165 , urldate =

  48. [56]

    Journal of Artificial Societies and Social Simulation , ISSN =

    Digested Information as an Information Theoretic Motivation for Social Interaction , author =. Journal of Artificial Societies and Social Simulation , ISSN =. 2011 , URL =

  49. [57]

    MPI MIS PREPRINT 95/2001 , year =

    Nihat Ay , title =. MPI MIS PREPRINT 95/2001 , year =

  50. [58]

    Kybernetes , author =

    Inside embodiment -- what means embodiment to radical constructivists? , volume =. Kybernetes , author =. 2005 , keywords =. doi:10.1108/03684920510575762 , number =

  51. [59]

    Adaptive Behavior , author =

    Higher coordination with less control—a result of information maximization in the sensorimotor loop , volume =. Adaptive Behavior , author =. 2010 , pages =

  52. [60]

    Causality: models, reasoning, and inference , isbn =

    Pearl, Judea , year =. Causality: models, reasoning, and inference , isbn =

  53. [61]

    Advances in Complex Systems , author =

    Comparison between different methods of level identification , issn =. Advances in Complex Systems , author =. 2014 , pages =. doi:10.1142/S0219525914500076 , abstract =

  54. [62]

    Information and closure in systems theory , booktitle =

    Bertschinger, Nils and Olbrich, Eckehard and Ay, Nihat and Jost, J\"urgen , year =. Information and closure in systems theory , booktitle =

  55. [63]

    Advances in Complex Systems , author =

    Information Flows in Causal Networks , volume =. Advances in Complex Systems , author =. 2008 , pages =. doi:10.1142/S0219525908001465 , language =

  56. [64]

    Physical Review Letters , author =

    Measuring Information Transfer , volume =. Physical Review Letters , author =. 2000 , pages =. doi:10.1103/PhysRevLett.85.461 , abstract =

  57. [65]

    Physica A: Statistical Mechanics and its Applications , author =

    Information-theoretic approach to the study of control systems , volume =. Physica A: Statistical Mechanics and its Applications , author =. 2004 , keywords =. doi:10.1016/j.physa.2003.09.007 , abstract =

  58. [66]

    M and Thomas, Joy A , year =

    Cover, T. M and Thomas, Joy A , year =. Elements of information theory , isbn =

  59. [67]

    Neuroinformatics , author =

    Methods for Quantifying the Informational Structure of Sensory and Motor Data , volume =. Neuroinformatics , author =. 2005 , pages =. doi:10.1385/NI:3:3:243 , number =

  60. [68]

    and Beer, Randall D

    Williams, Paul L. and Beer, Randall D. , year =. Information dynamics of evolved agents , isbn =. Proceedings of the 11th international conference on Simulation of adaptive behavior: from animals to animats , publisher =

  61. [69]

    Entropy , author =

    Quantifying Morphological Computation , volume =. Entropy , author =. 2013 , note =. doi:10.3390/e15051887 , abstract =

  62. [70]

    , month = mar, year =

    Mitchell, Melanie and Hraber, Peter and Crutchfield, James P. , month = mar, year =. Revisiting the Edge of Chaos: Evolving Cellular Automata to Perform Computations , shorttitle =

  63. [71]

    Physica D: Nonlinear Phenomena , author =

    Computation at the edge of chaos: Phase transitions and emergent computation , volume =. Physica D: Nonlinear Phenomena , author =. 1990 , pages =. doi:10.1016/0167-2789(90)90064-V , abstract =

  64. [72]

    and Prokopenko, Mikhail and Zomaya, Albert Y

    Lizier, Joseph T. and Prokopenko, Mikhail and Zomaya, Albert Y. , editor =. A Framework for the Local Information Dynamics of Distributed Computation in Complex Systems , copyright =. Guided Self-Organization: Inception , publisher =. 2014 , keywords =

  65. [73]

    Physical Review E , author =

    Fluctuation theorem and large deviation function for a solvable model of a molecular motor , volume =. Physical Review E , author =. 2008 , pages =. doi:10.1103/PhysRevE.78.011915 , abstract =

  66. [74]

    Generalised Thermostatistics , isbn =

    Naudts, Jan , month = feb, year =. Generalised Thermostatistics , isbn =

  67. [75]

    Scandinavian Actuarial Journal , author =

    An overview of the theory of large deviations and applications to statistical mechanics , volume =. Scandinavian Actuarial Journal , author =. 1995 , pages =. doi:10.1080/03461238.1995.10413952 , abstract =

  68. [76]

    Communications on Pure and Applied Mathematics , author =

    Asymptotic evaluation of certain markov process expectations for large time. Communications on Pure and Applied Mathematics , author =. 1983 , pages =. doi:10.1002/cpa.3160360204 , language =

  69. [77]

    The Annals of Probability , author =

    Large Deviations and Maximum Entropy Principle for Interacting Random Fields on. The Annals of Probability , author =. 1993 , OPTnote =. doi:10.1214/aop/1176989002 , abstract =

  70. [78]

    The Annals of Probability , author =

    Large Deviations for the Empirical Field of a Gibbs Measure , volume =. The Annals of Probability , author =. 1988 , note =. doi:10.1214/aop/1176991671 , abstract =

  71. [79]

    Physics Reports , author =

    The large deviation approach to statistical mechanics , volume =. Physics Reports , author =. 2009 , note =. doi:10.1016/j.physrep.2009.05.002 , abstract =

  72. [80]

    Mathematische Annalen , author =

    Untersuchungen \"uber die. Mathematische Annalen , author =. 1909 , keywords =. doi:10.1007/BF01450409 , language =

  73. [81]

    Proceedings of the Royal Society of London

    An Axiomatic Approach to Classical Thermodynamics , volume =. Proceedings of the Royal Society of London. A. Mathematical and Physical Sciences , author =. 1972 , pages =. doi:10.1098/rspa.1972.0100 , abstract =

  74. [82]

    , month = jul, year =

    Amari, S.-I. , month = jul, year =. Information geometry on hierarchy of probability distributions , volume =. doi:10.1109/18.930911 , abstract =

  75. [83]

    Studies in the philosophy of biology: reduction and related problems , call-number =

    Campbell, Donald Thomas , biburl =. Studies in the philosophy of biology: reduction and related problems , call-number =

  76. [84]

    Science , author =

    More Is Different , volume =. Science , author =. 1972 , note =. doi:10.1126/science.177.4047.393 , language =

  77. [85]

    Thermodynamics of Information Processing in Small Systems , isbn =

    Sagawa, Takahiro , month = sep, year =. Thermodynamics of Information Processing in Small Systems , isbn =

  78. [86]

    Artificial Life , author =

    Chemical Basis for Minimal Cognition , volume =. Artificial Life , author =. 2010 , pages =. doi:10.1162/artl_a_00002 , abstract =

  79. [87]

    Proceedings of the National Academy of Sciences of the United States of America , author =

    A vesicle bioreactor as a step toward an artificial cell assembly , volume =. Proceedings of the National Academy of Sciences of the United States of America , author =. 2004 , pmid =. doi:10.1073/pnas.0408236101 , abstract =

  80. [88]

    Naturwissenschaften , author =

    Approaches to semi-synthetic minimal cells: a review , volume =. Naturwissenschaften , author =. 2006 , keywords =. doi:10.1007/s00114-005-0056-z , abstract =

  81. [89]

    Towards Designing Artificial Universes for Artificial Agents Under Interaction Closure , isbn =

    Biehl, Martin and Salge, Christoph and Polani, Daniel , month = jul, year =. Towards Designing Artificial Universes for Artificial Agents Under Interaction Closure , isbn =. Artificial Life 14 , publisher =. doi:10.7551/978-0-262-32621-6-ch154 , urldate =

  82. [90]

    The Stanford Encyclopedia of Philosophy , editor =

    Wilson, George and Shpall, Samuel , title =. The Stanford Encyclopedia of Philosophy , editor =. 2012 , edition =

  83. [91]

    Journal of Natural Geometry , author =

    Mathematical Metascience , volume =. Journal of Natural Geometry , author =. 1998 , pages =

  84. [92]

    Lattice Theory: Foundation , isbn =

    Gr\"atzer, George , month = feb, year =. Lattice Theory: Foundation , isbn =

  85. [93]

    What is life? , publisher=

    Schr\"odinger, Erwin , year=. What is life? , publisher=

  86. [94]

    , year =

    Morowitz, Harold J. , year =. Energy flow in biology: biological organization as a problem in thermal physics , shorttitle =

  87. [95]

    , year =

    Kauffman, Stuart A. , year =. Investigations , isbn =

  88. [96]

    Thermodynamics and the Structure of Living Systems , url =

    Virgo, Nathaniel , month = jul, year =. Thermodynamics and the Structure of Living Systems , url =

  89. [97]

    and Barker, Matthew , title =

    Wilson, Robert A. and Barker, Matthew , title =. The Stanford Encyclopedia of Philosophy , editor =. 2014 , edition =

  90. [98]

    Physical Review E , author =

    Thermodynamic depth of causal states: Objective complexity via minimal representations , volume =. Physical Review E , author =. 1999 , pages =. doi:10.1103/PhysRevE.59.275 , abstract =

  91. [99]

    Brain , author =

    Time of Conscious Intention to Act in Relation to Onset of Cerebral Activity (readiness-Potential) the Unconscious Initiation of a Freely Voluntary Act , volume =. Brain , author =. 1983 , pmid =. doi:10.1093/brain/106.3.623 , abstract =

  92. [100]

    An Information-Theoretic Approach for the Quantification of Relevance , copyright =

    Polani, Daniel and Martinetz, Thomas and Kim, Jan , editor =. An Information-Theoretic Approach for the Quantification of Relevance , copyright =. Advances in Artificial Life , publisher =. 2001 , keywords =

  93. [101]

    and Martinetz, Thomas and Kim, Jan T

    Polani, Daniel and Nehaniv, Chrystopher L. and Martinetz, Thomas and Kim, Jan T. , year =. Relevant information in optimized persistence vs. progeny strategies , abstract =. Artificial Life X: Proceedings of The 10th International Conference on the Simulation and Synthesis of ...

  94. [102]

    , month = feb, year =

    Rosen, Robert and Rosen, Judith and Kineman, John J. , month = feb, year =. Anticipatory Systems: Philosophical, Mathematical, and Methodological Foundations: 1 , isbn =

  95. [103]

    Adaptive Behavior , author =

    Defining Agency: Individuality, Normativity, Asymmetry, and Spatio-temporality in Action , volume =. Adaptive Behavior , author =. 2009 , keywords =. doi:10.1177/1059712309343819 , abstract =

  96. [104]

    Is It an agent, or just a program?: A taxonomy for autonomous agents , shorttitle =

    Franklin, Stan and Graesser, Art , year =. Is It an agent, or just a program?: A taxonomy for autonomous agents , shorttitle =. Intelligent Agents

  97. [105]

    and Norvig, Peter , month = jan, year =

    Russell, Stuart J. and Norvig, Peter , month = jan, year =. Artificial Intelligence: A Modern Approach , isbn =

  98. [106]

    and Russell, Stuart , year =

    Ng, Andrew Y. and Russell, Stuart , year =. Algorithms for Inverse Reinforcement Learning , abstract =. in Proc. 17th International Conf. on Machine Learning , publisher =

  99. [107]

    Communication and Cognition–Artificial Intelligence , author =

    Searching for the Roots of Autonomy: The Natural and Artificial Paradigms Revisited , volume =. Communication and Cognition–Artificial Intelligence , author =. 2000 , pages =

  100. [108]

    Artificial Life , issue_date =

    Maes, Pattie , title =. Artificial Life , issue_date =. 1993 , issn =. doi:10.1162/artl.1993.1.135 , acmid =

  101. [109]

    Communication and Cognition-Artificial Intelligence , author =

    Autonomy and the Emergence of Intelligence: Organised Interactive Construction , volume =. Communication and Cognition-Artificial Intelligence , author =. 2000 , pages =

  102. [110]

    Are autonomous agents information processing systems? , booktitle=

    Smithers, Tim , editor=. Are autonomous agents information processing systems? , booktitle=. 1995 , publisher=

  103. [112]

    and Bell, Anthony J

    Still, Susanne and Sivak, David A. and Bell, Anthony J. and Crooks, Gavin E. , month = mar, year =. The thermodynamics of prediction , url =

  104. [113]

    The Journal of Chemical Physics , author =

    Statistical physics of self-replication , volume =. The Journal of Chemical Physics , author =. 2013 , keywords =. doi:10.1063/1.4818538 , abstract =

  105. [114]

    Proceedings of the 29th annual meeting of the cognitive science society , editors=

    Goal inference as inverse planning , author=. Proceedings of the 29th annual meeting of the cognitive science society , editors=

  106. [115]

    Cognition , author =

    Action understanding as inverse planning , volume =. Cognition , author =. 2009 , keywords =. doi:10.1016/j.cognition.2009.07.005 , abstract =

  107. [116]

    and Tenenbaum, Joshua B

    Baker, Chris L. and Tenenbaum, Joshua B. , editor =. Modeling Human Plan Recognition Using Bayesian Theory of Mind , isbn =. Plan, Activity, and Intent Recognition , publisher =. 2014 , keywords =

  108. [117]

    , month = mar, year =

    Sukthankar, Gita and Geib, Christopher and Bui, Hung Hai and Pynadath, David and Goldman, Robert P. , month = mar, year =. Plan, Activity, and Intent Recognition: Theory and Practice , isbn =

  109. [118]

    Information and Complexity in Statistical Modeling , publisher =

    Rissanen, Jorma , month = jan, year =. Information and Complexity in Statistical Modeling , publisher =

  110. [119]

    Journal of The Royal Society Interface , author =

    Life as we know it , volume =. Journal of The Royal Society Interface , author =. 2013 , pmid =. doi:10.1098/rsif.2013.0475 , abstract =

  111. [120]

    Science , author =

    The Seven Pillars of Life , volume =. Science , author =. 2002 , pmid =. doi:10.1126/science.1068489 , language =

  112. [121]

    , month = dec, year =

    Krakauer, David and Bertschinger, Nils and Olbrich, Eckehard and Ay, Nihat and Flack, Jessica C. , month = dec, year =. The Information Theory of Individuality , url =

  113. [122]

    Artificial Life , author =

    Motility at the Origin of Life: Its Characterization and a Model , volume =. Artificial Life , author =. 2014 , pages =. doi:10.1162/ARTL_a_00096 , abstract =

  114. [123]

    and Suzuki, S

    Kuniyoshi, Y. and Suzuki, S. , year =. Dynamic emergence and adaptation of behavior through embodiment as coupled chaotic field , volume =. doi:10.1109/IROS.2004.1389698 , urldate =

  115. [124]

    Boston Studies in the Philosophy of Science , author =

    Is Logic Empirical? , volume =. Boston Studies in the Philosophy of Science , author =. 1968 , file =

  116. [125]

    Computational Intelligence for Modelling, Control and Automation , editor =

    Der, Ralf and Pasemann, Frank and Steinmetz, Ulrich , title =. Computational Intelligence for Modelling, Control and Automation , editor =. 1999 , pages =

  117. [126]

    Comparison of classical and quantum universes within the empirical logic approach , url =

    Biehl, Martin , year =. Comparison of classical and quantum universes within the empirical logic approach , url =

  118. [127]

    Robotics and Autonomous Systems , author =

    Interaction learning for dynamic movement primitives used in cooperative robotic tasks , volume =. Robotics and Autonomous Systems , author =. 2013 , keywords =. doi:10.1016/j.robot.2013.07.009 , abstract =

  119. [128]

    Wolpert and Joshua A

    David H. Wolpert and Joshua A. Grochow and Eric Libby and Simon DeDeo , title =. CoRR , volume =. 2014 , url =

  120. [129]

    Universal Intelligence: A Definition of Machine Intelligence , shorttitle =

    Legg, Shane and Hutter, Marcus , month = dec, year =. Universal Intelligence: A Definition of Machine Intelligence , shorttitle =

  121. [130]

    Universal Knowledge-Seeking Agents for Stochastic Environments , copyright =

    Orseau, Laurent and Lattimore, Tor and Hutter, Marcus , editor =. Universal Knowledge-Seeking Agents for Stochastic Environments , copyright =. Algorithmic Learning Theory , publisher =. 2013 , keywords =

  122. [131]

    and Karlin, Iliya V

    Gorban, Alexander N. and Karlin, Iliya V. , editor =. Geometry of. Developments in. 2003 , keywords =

  123. [132]

    Reports on Progress in Physics , author =

    Stochastic thermodynamics, fluctuation theorems and molecular machines , volume =. Reports on Progress in Physics , author =. 2012 , pages =. doi:10.1088/0034-4885/75/12/126001 , number =

  124. [133]

    Journal of Chemical Education , author =

    The original observations of. Journal of Chemical Education , author =. 1965 , pages =. doi:10.1021/ed042p367 , abstract =

  125. [134]

    arXiv:1412.1875 [cond-mat, physics:physics, q-bio] , author =

    Statistical. arXiv:1412.1875 [cond-mat, physics:physics, q-bio] , author =. 2014 , note =

  126. [135]

    The Stanford Encyclopedia of Philosophy , editor =

    Gallois, Andre , title =. The Stanford Encyclopedia of Philosophy , editor =. 2012 , edition =

  127. [136]

    Orseau, Laurent and Ring, Mark , editor =. Space-. Artificial. 2012 , keywords =

  128. [137]

    Apparent actions and apparent goal-directedness , isbn =

    Biehl, Martin and Polani, Daniel , month = jul, year =. Apparent actions and apparent goal-directedness , isbn =. Proceedings of the. doi:10.7551/978-0-262-33027-5-ch089 , urldate =

  129. [138]

    , year =

    R\"ossler, Otto E. , year =. Endophysics:

  130. [139]

    The Stanford Encyclopedia of Philosophy , editor =

    Schlosser, Markus , title =. The Stanford Encyclopedia of Philosophy , editor =. 2015 , edition =

  131. [140]

    Where is science going? , isbn =

    Planck, Max , year =. Where is science going? , isbn =

  132. [141]

    , year =

    Reza, Fazlollah M. , year =. An

  133. [142]

    Mathematical

    Khinchin, Aleksandr Yakovlevich , year =. Mathematical

  134. [143]

    , editor =

    Yeung, Raymond W. , editor =. A

  135. [144]

    2002 , school=

    Dynamic bayesian networks: representation, inference and learning , author=. 2002 , school=

  136. [145]

    Operations Research , author =

    The. Operations Research , author =. 1973 , pages =. doi:10.1287/opre.21.5.1071 , abstract =

  137. [146]

    Journal of the Operations Research Society of Japan , volume=

    Optimal control for partially observable Markov decision processes over an infinite horizon , author=. Journal of the Operations Research Society of Japan , volume=

  138. [147]

    Operations Research , author =

    The. Operations Research , author =. 1978 , pages =

  139. [148]

    Artificial Intelligence , author =

    Planning and acting in partially observable stochastic domains , volume =. Artificial Intelligence , author =. 1998 , keywords =. doi:10.1016/S0004-3702(98)00023-X , abstract =

  140. [149]

    , year =

    Ljungqvist, Lars and Sargent, Thomas J. , year =. Recursive

  141. [150]

    and Snell, J

    Kemeny, John G. and Snell, J. Laurie , month = dec, year =. Finite

  142. [151]

    , month = jan, year =

    Schlosshauer, Maximilian A. , month = jan, year =. Decoherence:

  143. [152]

    arXiv:1409.7403 [cond-mat, q-bio] , author =

    Optimal high-level descriptions of dynamical systems , url =. arXiv:1409.7403 [cond-mat, q-bio] , author =. 2014 , note =

  144. [153]

    Cliff, D. T. and K, England U. , year =. Computational. From

  145. [154]

    1920 , publisher=

    Theoretische biologie , author=. 1920 , publisher=

  146. [155]

    Collision-Based Computing , editor=

    Rendell, Paul , pages=. Collision-Based Computing , editor=. 2002 , isbn=. doi:10.1007/978-1-4471-0129-1_18 , title=

  147. [156]

    Siegelmann and Eduardo D

    Hava T. Siegelmann and Eduardo D. Sontag. Turing computability with neural nets. Applied Mathematics Letters. 1991. doi:http://dx.doi.org/10.1016/0893-9659(91)90080-F

  148. [157]

    and Stinchcombe, M

    Hornik, K. and Stinchcombe, M. and White, H. , title =. Neural Netw. , issue_date =. 1989 , issn =. doi:10.1016/0893-6080(89)90020-8 , acmid =

  149. [158]

    2006 , publisher=

    How the body shapes the way we think , author=. 2006 , publisher=

  150. [159]

    and Hesse, F

    Biehl, M. and Hesse, F. and Manoonpong, P. and W\"org\"otter, F. , year=. Combined control strategies for advanced locomotion control in a six-legged robot , note=

  151. [160]

    and Hesse, F

    Biehl, M. and Hesse, F. and Manoonpong, P. and W\"org\"otter, F. , year=. Legged locomotion: combining control strategies to increase performance , note=

  152. [161]

    , year =

    Schelling, Thomas C. , year =. The Strategy of Conflict , url =

  153. [162]

    2015 , file =

    Truthcoin -. 2015 , file =

  154. [163]

    arXiv preprint arXiv:1501.01042 , author =

    Augur: a decentralized, open-source platform for prediction markets , shorttitle =. arXiv preprint arXiv:1501.01042 , author =. 2015 , file =

  155. [164]

    GitHub , file =

    Ethereum. GitHub , file =

  156. [165]

    Proceedings of the iConference 2015 , year =

    Gipp, Bela and Meuschke, Norman and Gernandt, Andre , title =. Proceedings of the iConference 2015 , year =

  157. [166]

    Chemical Communications , author =

    Stability and its manifestation in the chemical and biological worlds , volume =. Chemical Communications , author =. 2015 , pages =. doi:10.1039/C5CC06260H , abstract =

  158. [167]

    and Barto, Andrew G

    Sutton, Richard S. and Barto, Andrew G. , year =. Reinforcement

  159. [168]

    Constructivist Foundations , author =

    The. Constructivist Foundations , author =. 2013 , pages =

  160. [169]

    Chemistry Letters , author =

    Listeria-like. Chemistry Letters , author =. 2006 , pages =. doi:10.1246/cl.2006.708 , number =

  161. [170]

    , year =

    Varela, Francisco J. , year =. Principles of

  162. [171]

    and Beer, Randall D

    Agmon, Eran and Gates, Alexander J. and Beer, Randall D. , month = jul, year =. Ontogeny and adaptivity in a model protocell , isbn =. doi:10.7551/978-0-262-33027-5-ch043 , urldate =

  163. [172]

    Identity

    Gallois, Andre , editor =. Identity. The. 2015 , keywords =

  164. [173]

    Artificial Intelligence , author =

    Enactive artificial intelligence:. Artificial Intelligence , author =. 2009 , keywords =. doi:10.1016/j.artint.2008.12.001 , abstract =

  165. [174]

    Origins of

    Foreward , editor =. Origins of. 1994 , pages =

  166. [175]

    Emergence of

    Bartlett, Stuart and Bullock, Seth , month = jul, year =. Emergence of. Proceedings of the. doi:10.7551/978-0-262-33027-5-ch074 , urldate =

  167. [176]

    PLoS Comput Biol , author =

    From the. PLoS Comput Biol , author =. 2014 , pages =. doi:10.1371/journal.pcbi.1003588 , abstract =

  168. [177]

    Location and

    Gilmore, Cody , editor =. Location and. The. 2014 , keywords =

  169. [178]

    Proceedings of the National Academy of Sciences , author =

    Miller experiments in atomistic computer simulations , volume =. Proceedings of the National Academy of Sciences , author =. 2014 , pages =

  170. [179]

    Astrobiology , volume=

    A Strategy for Origins of Life Research , author=. Astrobiology , volume=. 2015 , publisher=

  171. [180]

    Driven by Compression Progress:

    J. Driven by Compression Progress:. CoRR , volume =. 2008 , url =

  172. [181]

    PLoS ONE , author =

    Information. PLoS ONE , author =. 2013 , pages =. doi:10.1371/journal.pone.0063400 , abstract =

  173. [182]

    Ay, Nihat and Zahedi, Keyan , editor =. On the. Guided. 2014 , note =

  174. [183]

    Information

    Tishby, Naftali and Polani, Daniel , editor =. Information. Perception-. 2011 , note =

  175. [184]

    Nature Physics , author =

    Thermodynamics of information , volume =. Nature Physics , author =. 2015 , keywords =. doi:10.1038/nphys3230 , abstract =

  176. [185]

    Physical Review Letters , author =

    Information. Physical Review Letters , author =. 2013 , pages =. doi:10.1103/PhysRevLett.111.180603 , abstract =

  177. [186]

    IBM journal of research and development , volume=

    Irreversibility and heat generation in the computing process , author=. IBM journal of research and development , volume=. 1961 , publisher=

  178. [187]

    Nature Reviews Neuroscience , volume=

    The free-energy principle: a unified brain theory? , author=. Nature Reviews Neuroscience , volume=. 2010 , publisher=

  179. [188]

    Entropy production fluctuation theorem and the nonequilibrium work relation for free energy differences , author =. Phys. Rev. E , volume =. 1999 , month =. doi:10.1103/PhysRevE.60.2721 , url =

  180. [189]

    , year =

    Dyson, Freeman J. , year =. Origins of

  181. [190]

    Origins of life and evolution of the biosphere , author =

    Defining ‘. Origins of life and evolution of the biosphere , author =. 2002 , keywords =. doi:10.1023/A:1020503324273 , abstract =

  182. [191]

    Entropy , volume=

    Changing the environment based on empowerment as intrinsic motivation , author=. Entropy , volume=. 2014 , publisher=

  183. [192]

    Annual Review of Biochemistry , author =

    Progress. Annual Review of Biochemistry , author =. 2014 , pmid =. doi:10.1146/annurev-biochem-080411-124036 , abstract =

  184. [193]

    Evolutionary

    Szathm\'ary, E\"ors and Santos, Mauro and Fernando, Chrisantha , editor =. Evolutionary. Prebiotic. 2005 , note =

  185. [194]

    Artificial Life , author =

    Characterizing. Artificial Life , author =. 2014 , pages =. doi:10.1162/ARTL_a_00143 , abstract =

  186. [195]

    Proceedings of the National Academy of Sciences , author =

    A measure for brain complexity: relating functional segregation and integration in the nervous system , volume =. Proceedings of the National Academy of Sciences , author =. 1994 , pmid =

  187. [196]

    Entropy , author =

    The. Entropy , author =. 2015 , keywords =. doi:10.3390/e17085472 , abstract =

  188. [197]

    BMC Neuroscience , author =

    An information integration theory of consciousness , volume =. BMC Neuroscience , author =. 2004 , pages =. doi:10.1186/1471-2202-5-42 , abstract =

  189. [198]

    Physical Review E , author =

    Automatic filters for the detection of coherent structure in spatiotemporal systems , volume =. Physical Review E , author =. 2006 , pages =. doi:10.1103/PhysRevE.73.036104 , abstract =

  190. [199]

    Chaos: An Interdisciplinary Journal of Nonlinear Science , author =

    Partial information decomposition as a spatiotemporal filter , volume =. Chaos: An Interdisciplinary Journal of Nonlinear Science , author =. 2011 , keywords =. doi:10.1063/1.3638449 , abstract =

  191. [200]

    1998 , url=

    Uncertainty, Possible Worlds and Coupled Dynamical Recognizers , author=. 1998 , url=

  192. [201]

    International Journal of Astrobiology , volume =

    Wickramasinghe,Chandra , title =. International Journal of Astrobiology , volume =. 2011 , issn =. doi:10.1017/S1473550410000157 , URL =

  193. [202]

    2006 , publisher=

    Interactive computation , author=. 2006 , publisher=

  194. [203]

    International Journal of Unconventional Computing , author =

    Non-. International Journal of Unconventional Computing , author =. 2009 , note =

  195. [204]

    Physical Review E , author =

    End-directed evolution and the emergence of energy-seeking behavior in a complex system , volume =. Physical Review E , author =. 2015 , pages =. doi:10.1103/PhysRevE.91.050902 , abstract =

  196. [205]

    Journal of Artificial Societies and Social Simulation , volume=

    Digested information as an information theoretic motivation for social interaction , author=. Journal of Artificial Societies and Social Simulation , volume=

  197. [206]

    Biometrika , author =

    Goodness of prediction fit , volume =. Biometrika , author =. 1975 , keywords =. doi:10.1093/biomet/62.3.547 , abstract =

  198. [207]

    Information

    Salge, Christoph , month = may, year =. Information

  199. [208]

    History and Philosophy of the Life Sciences , author =

    Organisational. History and Philosophy of the Life Sciences , author =. 2010 , pages =

  200. [209]

    Rosenschein

    Leslie Pack Kaelbling and Stanley J. Rosenschein. Designing Autonomous Agents Action and planning in embedded agents. Robotics and Autonomous Systems. 1990. doi:http://dx.doi.org/10.1016/S0921-8890(05)80027-2

  201. [210]

    The Stanford Encyclopedia of Philosophy , editor =

    Guyer, Paul and Horstmann, Rolf-Peter , title =. The Stanford Encyclopedia of Philosophy , editor =. 2015 , edition =

  202. [211]

    Determinism is

    Atmanspacher, Harald , editor =. Determinism is. Between. 2002 , pages =

  203. [212]

    , editor =

    Cohen, David W. , editor =. An

  204. [213]

    The Stanford Encyclopedia of Philosophy , editor =

    Sedley, David , title =. The Stanford Encyclopedia of Philosophy , editor =. 2013 , edition =

  205. [214]

    Lucretius , month = jul, year =. The

  206. [215]

    Nietzsche, Friedrich Wilhelm , collaborator =. Zur. 1892 , keywords =

  207. [216]

    Towards information based spatiotemporal patterns as a foundation for agent representation in dynamical systems , url =

    Biehl, Martin and Ikegami, Takashi and Polani, Daniel , month = jul, year =. Towards information based spatiotemporal patterns as a foundation for agent representation in dynamical systems , url =. Proceedings of the. doi:10.7551/978-0-262-33936-0-ch115 , language =

  208. [217]

    Trends in Ecology & Evolution , volume=

    The integration of the earliest genetic information , author=. Trends in Ecology & Evolution , volume=. 1989 , publisher=

  209. [218]

    Information and the

    Küppers, Bernd-Olaf , year =. Information and the

  210. [219]

    HFSP Journal , author =

    Information:. HFSP Journal , author =. 2009 , pages =. doi:10.2976/1.3171566 , abstract =

  211. [220]

    Proceedings of the National Academy of Sciences , volume=

    Functional information and the emergence of biocomplexity , author=. Proceedings of the National Academy of Sciences , volume=. 2007 , publisher=

  212. [221]

    Weak emergence , author=. No. 1997 , publisher=

  213. [222]

    Richard courant lecture in mathematical sciences delivered at New York University, May 11, 1959 , author=

    The unreasonable effectiveness of mathematics in the natural sciences. Richard courant lecture in mathematical sciences delivered at New York University, May 11, 1959 , author=. Communications on pure and applied mathematics , volume=. 1960 , publisher=

  214. [223]

    Reviews of modern physics , volume=

    Statistical mechanics of cellular automata , author=. Reviews of modern physics , volume=. 1983 , publisher=

  215. [224]

    Scientific American , volume=

    The game of life , author=. Scientific American , volume=

  216. [225]

    BMC Neuroscience , author =

    Measuring information integration , volume =. BMC Neuroscience , author =. 2003 , pages =. doi:10.1186/1471-2202-4-31 , abstract =

  217. [226]

    Entropy , author =

    Information. Entropy , author =. 2015 , keywords =. doi:10.3390/e17042432 , abstract =

  218. [227]

    http://math.stackexchange.com/q/1974262 , year =

    Prove (1-(1-q)/n)^n q for 0<q<1 and n 2 a natural number , AUTHOR =. http://math.stackexchange.com/q/1974262 , year =

  219. [228]

    Bullen, P. S. , month = aug, year =. Handbook of

  220. [229]

    Artificial Life , author =

    Exploring the. Artificial Life , author =. 2016 , pages =. doi:10.1162/ARTL_a_00196 , abstract =

  221. [230]

    Computational

    Pemmaraju, Sriram and Skiena, Steven , month = oct, year =. Computational

  222. [231]

    Cellular

    Ceccherini‐Silberstein, Tullio and Coornaert, Michel , editor =. Cellular. Encyclopedia of. 2009 , note =

  223. [232]

    arXiv:1010.3133 [cs, math] , author =

    Probabilistic cellular automata, invariant measures, and perfect sampling , url =. arXiv:1010.3133 [cs, math] , author =. 2010 , note =

  224. [233]

    1970 , publisher=

    Asymptotic methods in analysis , author=. 1970 , publisher=

  225. [234]

    2001 , school=

    Causal architecture, complexity and self-organization in time series and cellular automata , author=. 2001 , school=

  226. [235]

    Biology and Philosophy , author =

    On emergence, agency, and organization , volume =. Biology and Philosophy , author =. 2006 , pages =. doi:10.1007/s10539-005-9003-9 , abstract =

  227. [236]

    Studies in the History and Philosophy of Modern Physics , archivePrefix = "arXiv", eprint =

    A snapshot of foundational attitudes toward quantum mechanics. Studies in the History and Philosophy of Modern Physics , archivePrefix = "arXiv", eprint =. doi:10.1016/j.shpsb.2013.04.004 , adsurl =

  228. [237]

    The Stanford Encyclopedia of Philosophy , editor =

    Stoljar, Daniel , title =. The Stanford Encyclopedia of Philosophy , editor =. 2016 , edition =

  229. [238]

    1966 , publisher=

    Theory of self-reproducing automata , author=. 1966 , publisher=

  230. [239]

    Philosophical Transactions of the Royal Society of London B: Biological Sciences , volume=

    The chemical basis of morphogenesis , author=. Philosophical Transactions of the Royal Society of London B: Biological Sciences , volume=. 1952 , publisher=

  231. [240]

    Journal of Statistical Physics , volume=

    Hamiltonian derivation of a detailed fluctuation theorem , author=. Journal of Statistical Physics , volume=. 2000 , publisher=

  232. [241]

    Bartlett, Stuart and Bullock, Seth , month = jul, year =. A. doi:10.7551/978-0-262-33936-0-ch097 , language =

  233. [242]

    Scientific Reports , author =

    How a life-like system emerges from a simplistic particle motion law , volume =. Scientific Reports , author =. 2016 , pages =. doi:10.1038/srep37969 , abstract =

  234. [243]

    Abbott, Derek , month = sep, year =. Quantum

  235. [244]

    Nature communications , volume=

    Non-classicality of the molecular vibrations assisting exciton energy transfer at room temperature , author=. Nature communications , volume=. 2014 , publisher=

  236. [245]

    Achieving

    Monti, Matteo and Hutton, Tim and Hut, Piet , year =. Achieving. doi:DOI: http://dx.doi.org/10.7551/978-0-262-33027-5-ch099 , urldate =

  237. [246]

    arXiv:1111.1567 [nlin] , author =

    Generalization of. arXiv:1111.1567 [nlin] , author =. 2011 , note =

  238. [247]

    Senior and Oriol Vinyals and Andrew Zisserman , title =

    Joon Son Chung and Andrew W. Senior and Oriol Vinyals and Andrew Zisserman , title =. CoRR , volume =. 2016 , url =

  239. [248]

    arXiv preprint cond-mat/0303625 , author =

    What is a macrostate?. arXiv preprint cond-mat/0303625 , author =. 2003 , file =

  240. [249]

    Cellular

    Chopard, Bastien , editor =. Cellular. Encyclopedia of. 2009 , note =

  241. [250]

    The Stanford Encyclopedia of Philosophy , editor =

    Hawley, Katherine , title =. The Stanford Encyclopedia of Philosophy , editor =. 2015 , edition =

  242. [251]

    The Stanford Encyclopedia of Philosophy , editor =

    Gilmore, Cody , title =. The Stanford Encyclopedia of Philosophy , editor =. 2014 , edition =

  243. [252]

    2003 , publisher=

    Information theory, inference and learning algorithms , author=. 2003 , publisher=

  244. [253]

    Multivariate information transmission

    McGill, William J. Multivariate information transmission. Psychometrika. 1954. doi:10.1007/BF02289159

  245. [254]

    , month = nov, year =

    Lizier, Joseph T. , month = nov, year =. The

  246. [255]

    Autopoiesis, Adaptivity, Teleology, Agency

    Di Paolo, Ezequiel A. Autopoiesis, Adaptivity, Teleology, Agency. Phenomenology and the Cognitive Sciences. 2005. doi:10.1007/s11097-005-9002-y

  247. [256]

    2016 , title =

    Lecture Notes in Computer Science , author =. 2016 , title =

  248. [257]

    Knowledge and the

    Dretske, Fred , year =. Knowledge and the

  249. [258]

    Artificial Life , author =

    Autopoiesis and. Artificial Life , author =. 2004 , pages =. doi:10.1162/1064546041255539 , number =

  250. [259]

    PeerJ Computer Science , author =

    Two-dimensional. PeerJ Computer Science , author =. 2015 , pages =. doi:10.7717/peerj-cs.23 , abstract =

  251. [260]

    Theoretical Computer Science , author =

    Defect particle kinematics in one-dimensional cellular automata , volume =. Theoretical Computer Science , author =. 2007 , keywords =. doi:10.1016/j.tcs.2007.03.014 , abstract =

  252. [261]

    eprint arXiv:cond-mat/9804071 , eprint =

    Complexity of Two-Dimensional Patterns. eprint arXiv:cond-mat/9804071 , eprint =

  253. [262]

    PLoS Comput Biol , author =

    Evolution of. PLoS Comput Biol , author =. 2014 , pages =. doi:10.1371/journal.pcbi.1003966 , abstract =

  254. [263]

    Archives italiennes de biologie , volume=

    Information measures for conscious experience , author=. Archives italiennes de biologie , volume=

  255. [264]

    Journal of Statistical Physics , volume=

    The attractor—basin portrait of a cellular automaton , author=. Journal of Statistical Physics , volume=. 1992 , publisher=

  256. [265]

    Physica D: Nonlinear Phenomena , author =

    Computational mechanics of cellular automata:. Physica D: Nonlinear Phenomena , author =. 1997 , pages =. doi:10.1016/S0167-2789(96)00259-X , abstract =

  257. [266]

    Complexity , volume=

    Classifying cellular automata automatically: finding gliders, filtering, and relating space-time patterns, attractor basins, and the Z parameter , author=. Complexity , volume=. 1999 , publisher=

  258. [267]

    Physical Review E , volume=

    Local information transfer as a spatiotemporal filter for complex systems , author=. Physical Review E , volume=. 2008 , publisher=

  259. [268]

    Physica D: Nonlinear Phenomena , author =

    Chaos and diffusion in deterministic cellular automata , volume =. Physica D: Nonlinear Phenomena , author =. 1984 , pages =. doi:10.1016/0167-2789(84)90248-3 , abstract =

  260. [269]

    Communications in mathematical physics , volume=

    Computation theory of cellular automata , author=. Communications in mathematical physics , volume=. 1984 , publisher=

  261. [270]

    Electronic Proceedings in Theoretical Computer Science , author =

    On the information-theoretic structure of distributed measurements , volume =. Electronic Proceedings in Theoretical Computer Science , author =. 2012 , pages =. doi:10.4204/EPTCS.88.3 , language =

  262. [271]

    , editor =

    Anthony, Tom and Polani, Daniel and Nehaniv, Chrystopher L. , editor =. Impoverished. Advances in. 2009 , note =

  263. [272]

    Constructivist Foundations , volume=

    Towards closed loop information: Predictive information , author=. Constructivist Foundations , volume=

  264. [273]

    Artificial intelligence , volume=

    Intelligence without representation , author=. Artificial intelligence , volume=. 1991 , publisher=

  265. [274]

    Understanding

    Pfeifer, Rolf and Scheier, Christian , month = jul, year =. Understanding

  266. [275]

    PLoS Comput Biol , author =

    Mapping. PLoS Comput Biol , author =. 2006 , pages =. doi:10.1371 abstract =

  267. [276]

    Physica D: Nonlinear Phenomena , volume=

    The coreworld: Emergence and evolution of cooperative structures in a computational chemistry , author=. Physica D: Nonlinear Phenomena , volume=. 1990 , publisher=

  268. [277]

    Artificial Life , year=

    An Evolutionary Approach to Synthetic Biology: Zen and the Art of Creating Life , author=. Artificial Life , year=

  269. [278]

    Artificial life , author =

    Avida:. Artificial life , author =. 2004 , pages =

  270. [279]

    , month = jul, year =

    Beer, Randall D. , month = jul, year =. Autopoiesis and. doi:10.7551/978-0-262-33936-0-ch001 , language =

  271. [280]

    Proceedings of the National Academy of Sciences of the United States of America , author =

    Quantifying causal emergence shows that macro can beat micro , volume =. Proceedings of the National Academy of Sciences of the United States of America , author =. 2013 , pmid =. doi:10.1073/pnas.1314922110 , abstract =

  272. [281]

    Cognition , author =

    Inferring the intentional states of autonomous virtual agents , volume =. Cognition , author =. 2014 , keywords =. doi:10.1016/j.cognition.2013.11.011 , abstract =

  273. [282]

    Cellular automata as an alternative to (rather than an approximation of) differential equations in modeling physics

    Tommaso Toffoli. Cellular automata as an alternative to (rather than an approximation of) differential equations in modeling physics. Physica D: Nonlinear Phenomena. 1984. doi:http://dx.doi.org/10.1016/0167-2789(84)90254-9

  274. [283]

    , author=

    An introduction to cybernetics. , author=. An introduction to cybernetics. , year=

  275. [284]

    Neuroscience of Consciousness , author =

    Can the macro beat the micro?. Neuroscience of Consciousness , author =. 2016 , file =. doi:10.1093/nc/niw012 , number =

  276. [285]

    The Stanford Encyclopedia of Philosophy , editor =

    Noonan, Harold and Curtis, Ben , title =. The Stanford Encyclopedia of Philosophy , editor =. 2014 , edition =

  277. [286]

    Noûs , author =

    There. Noûs , author =. 1998 , pages =. doi:10.1111/0029-4624.00091 , language =

  278. [287]

    Annals of Physics , author =

    Complexity as thermodynamic depth , volume =. Annals of Physics , author =. 1988 , pages =. doi:10.1016/0003-4916(88)90094-2 , abstract =

  279. [288]

    Bruijn, N. G. de , month = oct, year =. Asymptotic

  280. [289]

    Creation:

    Grand, Steve , month = may, year =. Creation:

  281. [290]

    Biehl, Martin Andreas , month = apr, year =. Formal

  282. [291]

    Entropy , author =

    Specific and. Entropy , author =. 2017 , keywords =. doi:10.3390/e19050230 , abstract =

  283. [292]

    Adaptive Behavior , author =

    The. Adaptive Behavior , author =. 2017 , pages =. doi:10.1177/1059712317700501 , language =

  284. [293]

    Chaos, Solitons & Fractals , author =

    Phenomenology of glider collisions in cellular automaton. Chaos, Solitons & Fractals , author =. 2006 , pages =. doi:10.1016/j.chaos.2005.05.013 , abstract =

  285. [294]

    Physical Review A , author =

    Particlelike structures and their interactions in spatiotemporal patterns generated by one-dimensional deterministic cellular-automaton rules , volume =. Physical Review A , author =. 1991 , pages =. doi:10.1103/PhysRevA.44.866 , abstract =

  286. [295]

    The arrival of the fittest

    “The arrival of the fittest”: Toward a theory of biological organization , author=. Bulletin of Mathematical Biology , volume=. 1994 , publisher=

  287. [296]

    Entropy , author =

    When the. Entropy , author =. 2017 , keywords =. doi:10.3390/e19050188 , abstract =

  288. [297]

    arXiv:1608.03461 [q-bio] , author =

    Black-boxing and cause-effect power , url =. arXiv:1608.03461 [q-bio] , author =. 2016 , note =

  289. [298]

    2011 , note =

    Bayesian. 2011 , note =

  290. [299]

    Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence,

    Aslanides, John and Leike, Jan and Hutter, Marcus , title =. Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence,. 2017 , doi =

  291. [300]

    Entropy , author =

    A. Entropy , author =. 2011 , note =. doi:10.3390/e13061076 , abstract =

Pith tools

Reviewed August 1, 2026 · model on record in the stance chip above.