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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [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.
- [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.
- [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)
- [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'.
- [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).
- [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.
- [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
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
free parameters (2)
- R-indexed family {fr} (frames and shapes) =
R = symmetry group G of finite GoL; S = {rocket, wedge}
- Light cone relation LC(g,s) =
imported from Beer (2014)
assumptions (4)
- domain assumption Multisets have finite support and only finite dynamical systems are considered.
- domain assumption The Game of Life is taken on a finite n×n grid with periodic boundary conditions.
- domain assumption The unambiguity criterion (unique least number of transitions) is adopted as the desired property of a pattern chemistry.
- 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.
invented entities (2)
-
pattern tokens (elements of M(R×S))
-
movement transitions p→p′
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.
Reference graph
Works this paper leans on
-
[1]
Adaptive Behavior , volume=
The necessity of extended autopoiesis , author=. Adaptive Behavior , volume=. 2020 , publisher=
2020
-
[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=
2007
-
[3]
European Conference on Artificial Life , pages=
The role of the spatial boundary in autopoiesis , author=. European Conference on Artificial Life , pages=. 2009 , organization=
2009
-
[4]
Artificial Life Conference Proceedings , pages=
An active inference implementation of phototaxis , author=. Artificial Life Conference Proceedings , pages=. 2017 , organization=
2017
-
[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=
2020
-
[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=
2018
-
[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=
2020
-
[8]
arXiv preprint arXiv:1503.04187 , year=
A minimal active inference agent , author=. arXiv preprint arXiv:1503.04187 , year=
Show all 299 references
-
[9]
Lavore, Elena Di and Román, Mario and Sobociński, Paweł , month = jan, year =. Partial. doi:10.48550/arXiv.2502.03477 , abstract =
- [10]
-
[11]
Retrospective on
Miyazono, Evan and Lakin, Chris , month = may, year =. Retrospective on
-
[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 =
- [13]
-
[14]
Nathaniel Virgo , month = mar, year =. Sussex
-
[15]
good regulator theorem
Nathaniel Virgo , month = mar, year =. Extending the “good regulator theorem” -
- [16]
-
[17]
2023 , eprint=
A Causal Analysis of Harm , author=. 2023 , eprint=
2023
-
[18]
2022 , eprint=
Quantifying Harm , author=. 2022 , eprint=
2022
-
[19]
Journal of Machine Learning Research , author =
The d-. Journal of Machine Learning Research , author =. 2023 , pages =
2023
-
[20]
Particle
Mordvintsev, Alexander and Niklasson, Eyvind and Randazzo, Ettore , file =. Particle. 2022 , month = dec, url =
2022
-
[21]
2022 , MONTH = Jan, HAL_ID =
Learning Sensorimotor Agency in Cellular Automata , AUTHOR =. 2022 , MONTH = Jan, HAL_ID =
2022
-
[22]
Andrew Critch , month = oct, year =
-
[23]
and Saint-Pierre, Patrick , year =
Aubin, Jean-Pierre and Bayen, Alexandre M. and Saint-Pierre, Patrick , year =. Viability
-
[24]
2023 , journal =
Categorical systems theory , author=. 2023 , journal =
2023
-
[25]
GitHub repository , howpublished =
Capucci, Matteo , title =. GitHub repository , howpublished =. 2025 , publisher =
2025
-
[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=
-
[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=
2023
-
[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=
1970
-
[29]
IEEE Transactions on Automatic Control , volume=
Error feedback and internal models on differentiable manifolds , author=. IEEE Transactions on Automatic Control , volume=. 1984 , publisher=
1984
-
[30]
Advances in Complex Systems , author =
A. Advances in Complex Systems , author =. 2009 , pages =. doi:10.1142/S0219525909002155 , number =
2009 doi
-
[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 =
2014 doi
-
[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...
2011
-
[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 =
-
[34]
Advances in Complex Systems , author =
A. Advances in Complex Systems , author =. 2008 , pages =. doi:10.1142/S0219525908001507 , number =
2008 doi
-
[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 =
2003 doi
-
[36]
and Snell, J
Kemeny, John G. and Snell, J. Laurie , month = jul, year =. Finite Markov Chains: With a New Appendix
-
[37]
Biosystems , author =
Autonomy: An information theoretic perspective , volume =. Biosystems , author =. 2008 , keywords =. doi:10.1016/j.biosystems.2007.05.018 , abstract =
2008 doi
-
[38]
Measuring autonomy and emergence via granger causality , volume =. Artif. Life , author =. 2010 , keywords =. doi:10.1162/artl.2010.16.2.16204 , abstract =
2010 doi
-
[39]
Defining Emergent Descriptions by Information Preservation , journal =
Polani, Daniel , year =. Defining Emergent Descriptions by Information Preservation , journal =
-
[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 =
2008
-
[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 =
-
[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 =
-
[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 =
1999
-
[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 =
1995 doi
-
[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 =
2012 doi
-
[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 =
2004
-
[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 =
-
[48]
and Varela, Francisco J
Maturana, Humberto R. and Varela, Francisco J. , year =. Autopoiesis and cognition: the realization of the living , isbn =
-
[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 =
2005
-
[50]
Physical Review Letters , author =
Causal Entropic Forces , volume =. Physical Review Letters , author =. 2013 , pages =. doi:10.1103/PhysRevLett.110.168702 , abstract =
2013 doi
-
[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 =
2006
-
[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 =
-
[53]
Theoretical biology , language =
von Uexk\"ull, Jakob , year =. Theoretical biology , language =
-
[54]
Artificial Life , booktitle =
Langton, Christopher , editor =. Artificial Life , booktitle =. 1989 , pages =
1989
-
[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 =
-
[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 =
2011
-
[57]
MPI MIS PREPRINT 95/2001 , year =
Nihat Ay , title =. MPI MIS PREPRINT 95/2001 , year =
2001
-
[58]
Kybernetes , author =
Inside embodiment -- what means embodiment to radical constructivists? , volume =. Kybernetes , author =. 2005 , keywords =. doi:10.1108/03684920510575762 , number =
2005 doi
-
[59]
Adaptive Behavior , author =
Higher coordination with less control—a result of information maximization in the sensorimotor loop , volume =. Adaptive Behavior , author =. 2010 , pages =
2010
-
[60]
Causality: models, reasoning, and inference , isbn =
Pearl, Judea , year =. Causality: models, reasoning, and inference , isbn =
-
[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 =
2014 doi
-
[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 =
-
[63]
Advances in Complex Systems , author =
Information Flows in Causal Networks , volume =. Advances in Complex Systems , author =. 2008 , pages =. doi:10.1142/S0219525908001465 , language =
2008 doi
-
[64]
Physical Review Letters , author =
Measuring Information Transfer , volume =. Physical Review Letters , author =. 2000 , pages =. doi:10.1103/PhysRevLett.85.461 , abstract =
2000 doi
-
[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 =
2004 doi
-
[66]
M and Thomas, Joy A , year =
Cover, T. M and Thomas, Joy A , year =. Elements of information theory , isbn =
-
[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 =
2005 doi
-
[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 =
-
[69]
Entropy , author =
Quantifying Morphological Computation , volume =. Entropy , author =. 2013 , note =. doi:10.3390/e15051887 , abstract =
2013 doi
-
[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 =
-
[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 =
1990 doi
-
[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 =
2014
-
[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 =
2008 doi
-
[74]
Generalised Thermostatistics , isbn =
Naudts, Jan , month = feb, year =. Generalised Thermostatistics , isbn =
-
[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 =
1995
-
[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 =
1983 doi
-
[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 =
1993
-
[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 =
1988
-
[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 =
2009 doi
-
[80]
Mathematische Annalen , author =
Untersuchungen \"uber die. Mathematische Annalen , author =. 1909 , keywords =. doi:10.1007/BF01450409 , language =
1909 doi
-
[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 =
1972
-
[82]
, month = jul, year =
Amari, S.-I. , month = jul, year =. Information geometry on hierarchy of probability distributions , volume =. doi:10.1109/18.930911 , abstract =
-
[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 =
-
[84]
Science , author =
More Is Different , volume =. Science , author =. 1972 , note =. doi:10.1126/science.177.4047.393 , language =
1972 doi
-
[85]
Thermodynamics of Information Processing in Small Systems , isbn =
Sagawa, Takahiro , month = sep, year =. Thermodynamics of Information Processing in Small Systems , isbn =
-
[86]
Artificial Life , author =
Chemical Basis for Minimal Cognition , volume =. Artificial Life , author =. 2010 , pages =. doi:10.1162/artl_a_00002 , abstract =
2010 doi
-
[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 =
2004 doi
-
[88]
Naturwissenschaften , author =
Approaches to semi-synthetic minimal cells: a review , volume =. Naturwissenschaften , author =. 2006 , keywords =. doi:10.1007/s00114-005-0056-z , abstract =
2006 doi
-
[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 =
-
[90]
The Stanford Encyclopedia of Philosophy , editor =
Wilson, George and Shpall, Samuel , title =. The Stanford Encyclopedia of Philosophy , editor =. 2012 , edition =
2012
-
[91]
Journal of Natural Geometry , author =
Mathematical Metascience , volume =. Journal of Natural Geometry , author =. 1998 , pages =
1998
-
[92]
Lattice Theory: Foundation , isbn =
Gr\"atzer, George , month = feb, year =. Lattice Theory: Foundation , isbn =
-
[93]
What is life? , publisher=
Schr\"odinger, Erwin , year=. What is life? , publisher=
-
[94]
, year =
Morowitz, Harold J. , year =. Energy flow in biology: biological organization as a problem in thermal physics , shorttitle =
-
[95]
, year =
Kauffman, Stuart A. , year =. Investigations , isbn =
-
[96]
Thermodynamics and the Structure of Living Systems , url =
Virgo, Nathaniel , month = jul, year =. Thermodynamics and the Structure of Living Systems , url =
-
[97]
and Barker, Matthew , title =
Wilson, Robert A. and Barker, Matthew , title =. The Stanford Encyclopedia of Philosophy , editor =. 2014 , edition =
2014
-
[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 =
1999 doi
-
[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 =
1983 doi
-
[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 =
2001
-
[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 ...
-
[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 =
-
[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 =
2009 doi
-
[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
-
[105]
and Norvig, Peter , month = jan, year =
Russell, Stuart J. and Norvig, Peter , month = jan, year =. Artificial Intelligence: A Modern Approach , isbn =
-
[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 =
-
[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 =
2000
-
[108]
Artificial Life , issue_date =
Maes, Pattie , title =. Artificial Life , issue_date =. 1993 , issn =. doi:10.1162/artl.1993.1.135 , acmid =
1993 doi
-
[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 =
2000
-
[110]
Are autonomous agents information processing systems? , booktitle=
Smithers, Tim , editor=. Are autonomous agents information processing systems? , booktitle=. 1995 , publisher=
1995
-
[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 =
-
[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 =
2013 doi
-
[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=
-
[115]
Cognition , author =
Action understanding as inverse planning , volume =. Cognition , author =. 2009 , keywords =. doi:10.1016/j.cognition.2009.07.005 , abstract =
2009 doi
-
[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 =
2014
-
[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 =
-
[118]
Information and Complexity in Statistical Modeling , publisher =
Rissanen, Jorma , month = jan, year =. Information and Complexity in Statistical Modeling , publisher =
-
[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 =
2013
-
[120]
Science , author =
The Seven Pillars of Life , volume =. Science , author =. 2002 , pmid =. doi:10.1126/science.1068489 , language =
2002 doi
-
[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 =
-
[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 =
2014 doi
-
[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 =
2004 arXiv
-
[124]
Boston Studies in the Philosophy of Science , author =
Is Logic Empirical? , volume =. Boston Studies in the Philosophy of Science , author =. 1968 , file =
1968
-
[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 =
1999
-
[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 =
-
[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 =
2013 doi
-
[128]
Wolpert and Joshua A
David H. Wolpert and Joshua A. Grochow and Eric Libby and Simon DeDeo , title =. CoRR , volume =. 2014 , url =
2014
-
[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 =
-
[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 =
2013
-
[131]
and Karlin, Iliya V
Gorban, Alexander N. and Karlin, Iliya V. , editor =. Geometry of. Developments in. 2003 , keywords =
2003
-
[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 =
2012 doi
-
[133]
Journal of Chemical Education , author =
The original observations of. Journal of Chemical Education , author =. 1965 , pages =. doi:10.1021/ed042p367 , abstract =
1965 doi
-
[134]
arXiv:1412.1875 [cond-mat, physics:physics, q-bio] , author =
Statistical. arXiv:1412.1875 [cond-mat, physics:physics, q-bio] , author =. 2014 , note =
2014 arXiv
-
[135]
The Stanford Encyclopedia of Philosophy , editor =
Gallois, Andre , title =. The Stanford Encyclopedia of Philosophy , editor =. 2012 , edition =
2012
-
[136]
Orseau, Laurent and Ring, Mark , editor =. Space-. Artificial. 2012 , keywords =
2012
-
[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 =
-
[138]
, year =
R\"ossler, Otto E. , year =. Endophysics:
-
[139]
The Stanford Encyclopedia of Philosophy , editor =
Schlosser, Markus , title =. The Stanford Encyclopedia of Philosophy , editor =. 2015 , edition =
2015
-
[140]
Where is science going? , isbn =
Planck, Max , year =. Where is science going? , isbn =
-
[141]
, year =
Reza, Fazlollah M. , year =. An
-
[142]
Mathematical
Khinchin, Aleksandr Yakovlevich , year =. Mathematical
-
[143]
, editor =
Yeung, Raymond W. , editor =. A
-
[144]
2002 , school=
Dynamic bayesian networks: representation, inference and learning , author=. 2002 , school=
2002
-
[145]
Operations Research , author =
The. Operations Research , author =. 1973 , pages =. doi:10.1287/opre.21.5.1071 , abstract =
1973 doi
-
[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=
-
[147]
Operations Research , author =
The. Operations Research , author =. 1978 , pages =
1978
-
[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 =
1998 doi
-
[149]
, year =
Ljungqvist, Lars and Sargent, Thomas J. , year =. Recursive
-
[150]
and Snell, J
Kemeny, John G. and Snell, J. Laurie , month = dec, year =. Finite
-
[151]
, month = jan, year =
Schlosshauer, Maximilian A. , month = jan, year =. Decoherence:
-
[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 =
2014 arXiv
-
[153]
Cliff, D. T. and K, England U. , year =. Computational. From
-
[154]
1920 , publisher=
Theoretische biologie , author=. 1920 , publisher=
1920
-
[155]
Collision-Based Computing , editor=
Rendell, Paul , pages=. Collision-Based Computing , editor=. 2002 , isbn=. doi:10.1007/978-1-4471-0129-1_18 , title=
2002 doi
-
[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
1991 doi
-
[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 =
1989 doi
-
[158]
2006 , publisher=
How the body shapes the way we think , author=. 2006 , publisher=
2006
-
[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=
-
[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=
-
[161]
, year =
Schelling, Thomas C. , year =. The Strategy of Conflict , url =
-
[162]
2015 , file =
Truthcoin -. 2015 , file =
2015
-
[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 =
2015 arXiv
-
[164]
GitHub , file =
Ethereum. GitHub , file =
-
[165]
Proceedings of the iConference 2015 , year =
Gipp, Bela and Meuschke, Norman and Gernandt, Andre , title =. Proceedings of the iConference 2015 , year =
2015
-
[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 =
2015 doi
-
[167]
and Barto, Andrew G
Sutton, Richard S. and Barto, Andrew G. , year =. Reinforcement
-
[168]
Constructivist Foundations , author =
The. Constructivist Foundations , author =. 2013 , pages =
2013
-
[169]
Chemistry Letters , author =
Listeria-like. Chemistry Letters , author =. 2006 , pages =. doi:10.1246/cl.2006.708 , number =
2006 doi
-
[170]
, year =
Varela, Francisco J. , year =. Principles of
-
[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 =
-
[172]
Identity
Gallois, Andre , editor =. Identity. The. 2015 , keywords =
2015
-
[173]
Artificial Intelligence , author =
Enactive artificial intelligence:. Artificial Intelligence , author =. 2009 , keywords =. doi:10.1016/j.artint.2008.12.001 , abstract =
2009 doi
-
[174]
Origins of
Foreward , editor =. Origins of. 1994 , pages =
1994
-
[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 =
-
[176]
PLoS Comput Biol , author =
From the. PLoS Comput Biol , author =. 2014 , pages =. doi:10.1371/journal.pcbi.1003588 , abstract =
2014 doi
-
[177]
Location and
Gilmore, Cody , editor =. Location and. The. 2014 , keywords =
2014
-
[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 =
2014
-
[179]
Astrobiology , volume=
A Strategy for Origins of Life Research , author=. Astrobiology , volume=. 2015 , publisher=
2015
-
[180]
Driven by Compression Progress:
J. Driven by Compression Progress:. CoRR , volume =. 2008 , url =
2008
-
[181]
PLoS ONE , author =
Information. PLoS ONE , author =. 2013 , pages =. doi:10.1371/journal.pone.0063400 , abstract =
2013 doi
-
[182]
Ay, Nihat and Zahedi, Keyan , editor =. On the. Guided. 2014 , note =
2014
-
[183]
Information
Tishby, Naftali and Polani, Daniel , editor =. Information. Perception-. 2011 , note =
2011
-
[184]
Nature Physics , author =
Thermodynamics of information , volume =. Nature Physics , author =. 2015 , keywords =. doi:10.1038/nphys3230 , abstract =
2015 doi
-
[185]
Physical Review Letters , author =
Information. Physical Review Letters , author =. 2013 , pages =. doi:10.1103/PhysRevLett.111.180603 , abstract =
2013 doi
-
[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=
1961
-
[187]
Nature Reviews Neuroscience , volume=
The free-energy principle: a unified brain theory? , author=. Nature Reviews Neuroscience , volume=. 2010 , publisher=
2010
-
[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 =
1999 doi
-
[189]
, year =
Dyson, Freeman J. , year =. Origins of
-
[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 =
2002 doi
-
[191]
Entropy , volume=
Changing the environment based on empowerment as intrinsic motivation , author=. Entropy , volume=. 2014 , publisher=
2014
-
[192]
Annual Review of Biochemistry , author =
Progress. Annual Review of Biochemistry , author =. 2014 , pmid =. doi:10.1146/annurev-biochem-080411-124036 , abstract =
2014 doi
-
[193]
Evolutionary
Szathm\'ary, E\"ors and Santos, Mauro and Fernando, Chrisantha , editor =. Evolutionary. Prebiotic. 2005 , note =
2005
-
[194]
Artificial Life , author =
Characterizing. Artificial Life , author =. 2014 , pages =. doi:10.1162/ARTL_a_00143 , abstract =
2014 doi
-
[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 =
1994
-
[196]
Entropy , author =
The. Entropy , author =. 2015 , keywords =. doi:10.3390/e17085472 , abstract =
2015 doi
-
[197]
BMC Neuroscience , author =
An information integration theory of consciousness , volume =. BMC Neuroscience , author =. 2004 , pages =. doi:10.1186/1471-2202-5-42 , abstract =
2004 doi
-
[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 =
2006 doi
-
[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 =
2011 doi
-
[200]
1998 , url=
Uncertainty, Possible Worlds and Coupled Dynamical Recognizers , author=. 1998 , url=
1998
-
[201]
International Journal of Astrobiology , volume =
Wickramasinghe,Chandra , title =. International Journal of Astrobiology , volume =. 2011 , issn =. doi:10.1017/S1473550410000157 , URL =
2011 doi
-
[202]
2006 , publisher=
Interactive computation , author=. 2006 , publisher=
2006
-
[203]
International Journal of Unconventional Computing , author =
Non-. International Journal of Unconventional Computing , author =. 2009 , note =
2009
-
[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 =
2015 doi
-
[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=
-
[206]
Biometrika , author =
Goodness of prediction fit , volume =. Biometrika , author =. 1975 , keywords =. doi:10.1093/biomet/62.3.547 , abstract =
1975 doi
-
[207]
Information
Salge, Christoph , month = may, year =. Information
-
[208]
History and Philosophy of the Life Sciences , author =
Organisational. History and Philosophy of the Life Sciences , author =. 2010 , pages =
2010
-
[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
1990 doi
-
[210]
The Stanford Encyclopedia of Philosophy , editor =
Guyer, Paul and Horstmann, Rolf-Peter , title =. The Stanford Encyclopedia of Philosophy , editor =. 2015 , edition =
2015
-
[211]
Determinism is
Atmanspacher, Harald , editor =. Determinism is. Between. 2002 , pages =
2002
-
[212]
, editor =
Cohen, David W. , editor =. An
-
[213]
The Stanford Encyclopedia of Philosophy , editor =
Sedley, David , title =. The Stanford Encyclopedia of Philosophy , editor =. 2013 , edition =
2013
-
[214]
Lucretius , month = jul, year =. The
-
[215]
Nietzsche, Friedrich Wilhelm , collaborator =. Zur. 1892 , keywords =
-
[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 =
-
[217]
Trends in Ecology & Evolution , volume=
The integration of the earliest genetic information , author=. Trends in Ecology & Evolution , volume=. 1989 , publisher=
1989
-
[218]
Information and the
Küppers, Bernd-Olaf , year =. Information and the
-
[219]
HFSP Journal , author =
Information:. HFSP Journal , author =. 2009 , pages =. doi:10.2976/1.3171566 , abstract =
2009 doi
-
[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=
2007
-
[221]
Weak emergence , author=. No. 1997 , publisher=
1997
-
[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=
1959
-
[223]
Reviews of modern physics , volume=
Statistical mechanics of cellular automata , author=. Reviews of modern physics , volume=. 1983 , publisher=
1983
-
[224]
Scientific American , volume=
The game of life , author=. Scientific American , volume=
-
[225]
BMC Neuroscience , author =
Measuring information integration , volume =. BMC Neuroscience , author =. 2003 , pages =. doi:10.1186/1471-2202-4-31 , abstract =
2003 doi
-
[226]
Entropy , author =
Information. Entropy , author =. 2015 , keywords =. doi:10.3390/e17042432 , abstract =
2015 doi
-
[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 =
-
[228]
Bullen, P. S. , month = aug, year =. Handbook of
-
[229]
Artificial Life , author =
Exploring the. Artificial Life , author =. 2016 , pages =. doi:10.1162/ARTL_a_00196 , abstract =
2016 doi
-
[230]
Computational
Pemmaraju, Sriram and Skiena, Steven , month = oct, year =. Computational
-
[231]
Cellular
Ceccherini‐Silberstein, Tullio and Coornaert, Michel , editor =. Cellular. Encyclopedia of. 2009 , note =
2009
-
[232]
arXiv:1010.3133 [cs, math] , author =
Probabilistic cellular automata, invariant measures, and perfect sampling , url =. arXiv:1010.3133 [cs, math] , author =. 2010 , note =
2010 arXiv
-
[233]
1970 , publisher=
Asymptotic methods in analysis , author=. 1970 , publisher=
1970
-
[234]
2001 , school=
Causal architecture, complexity and self-organization in time series and cellular automata , author=. 2001 , school=
2001
-
[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 =
2006 doi
-
[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 =
2013 doi
-
[237]
The Stanford Encyclopedia of Philosophy , editor =
Stoljar, Daniel , title =. The Stanford Encyclopedia of Philosophy , editor =. 2016 , edition =
2016
-
[238]
1966 , publisher=
Theory of self-reproducing automata , author=. 1966 , publisher=
1966
-
[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=
1952
-
[240]
Journal of Statistical Physics , volume=
Hamiltonian derivation of a detailed fluctuation theorem , author=. Journal of Statistical Physics , volume=. 2000 , publisher=
2000
-
[241]
Bartlett, Stuart and Bullock, Seth , month = jul, year =. A. doi:10.7551/978-0-262-33936-0-ch097 , language =
-
[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 =
2016 doi
-
[243]
Abbott, Derek , month = sep, year =. Quantum
-
[244]
Nature communications , volume=
Non-classicality of the molecular vibrations assisting exciton energy transfer at room temperature , author=. Nature communications , volume=. 2014 , publisher=
2014
-
[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 =
-
[246]
arXiv:1111.1567 [nlin] , author =
Generalization of. arXiv:1111.1567 [nlin] , author =. 2011 , note =
2011 arXiv
-
[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 =
2016
-
[248]
arXiv preprint cond-mat/0303625 , author =
What is a macrostate?. arXiv preprint cond-mat/0303625 , author =. 2003 , file =
2003
-
[249]
Cellular
Chopard, Bastien , editor =. Cellular. Encyclopedia of. 2009 , note =
2009
-
[250]
The Stanford Encyclopedia of Philosophy , editor =
Hawley, Katherine , title =. The Stanford Encyclopedia of Philosophy , editor =. 2015 , edition =
2015
-
[251]
The Stanford Encyclopedia of Philosophy , editor =
Gilmore, Cody , title =. The Stanford Encyclopedia of Philosophy , editor =. 2014 , edition =
2014
-
[252]
2003 , publisher=
Information theory, inference and learning algorithms , author=. 2003 , publisher=
2003
-
[253]
Multivariate information transmission
McGill, William J. Multivariate information transmission. Psychometrika. 1954. doi:10.1007/BF02289159
1954 doi
-
[254]
, month = nov, year =
Lizier, Joseph T. , month = nov, year =. The
-
[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
2005 doi
-
[256]
2016 , title =
Lecture Notes in Computer Science , author =. 2016 , title =
2016
-
[257]
Knowledge and the
Dretske, Fred , year =. Knowledge and the
-
[258]
Artificial Life , author =
Autopoiesis and. Artificial Life , author =. 2004 , pages =. doi:10.1162/1064546041255539 , number =
2004 doi
-
[259]
PeerJ Computer Science , author =
Two-dimensional. PeerJ Computer Science , author =. 2015 , pages =. doi:10.7717/peerj-cs.23 , abstract =
2015 doi
-
[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 =
2007 doi
-
[261]
eprint arXiv:cond-mat/9804071 , eprint =
Complexity of Two-Dimensional Patterns. eprint arXiv:cond-mat/9804071 , eprint =
-
[262]
PLoS Comput Biol , author =
Evolution of. PLoS Comput Biol , author =. 2014 , pages =. doi:10.1371/journal.pcbi.1003966 , abstract =
2014 doi
-
[263]
Archives italiennes de biologie , volume=
Information measures for conscious experience , author=. Archives italiennes de biologie , volume=
-
[264]
Journal of Statistical Physics , volume=
The attractor—basin portrait of a cellular automaton , author=. Journal of Statistical Physics , volume=. 1992 , publisher=
1992
-
[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 =
1997 doi
-
[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=
1999
-
[267]
Physical Review E , volume=
Local information transfer as a spatiotemporal filter for complex systems , author=. Physical Review E , volume=. 2008 , publisher=
2008
-
[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 =
1984 doi
-
[269]
Communications in mathematical physics , volume=
Computation theory of cellular automata , author=. Communications in mathematical physics , volume=. 1984 , publisher=
1984
-
[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 =
2012 doi
-
[271]
, editor =
Anthony, Tom and Polani, Daniel and Nehaniv, Chrystopher L. , editor =. Impoverished. Advances in. 2009 , note =
2009
-
[272]
Constructivist Foundations , volume=
Towards closed loop information: Predictive information , author=. Constructivist Foundations , volume=
-
[273]
Artificial intelligence , volume=
Intelligence without representation , author=. Artificial intelligence , volume=. 1991 , publisher=
1991
-
[274]
Understanding
Pfeifer, Rolf and Scheier, Christian , month = jul, year =. Understanding
-
[275]
PLoS Comput Biol , author =
Mapping. PLoS Comput Biol , author =. 2006 , pages =. doi:10.1371 abstract =
2006
-
[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=
1990
-
[277]
Artificial Life , year=
An Evolutionary Approach to Synthetic Biology: Zen and the Art of Creating Life , author=. Artificial Life , year=
-
[278]
Artificial life , author =
Avida:. Artificial life , author =. 2004 , pages =
2004
-
[279]
, month = jul, year =
Beer, Randall D. , month = jul, year =. Autopoiesis and. doi:10.7551/978-0-262-33936-0-ch001 , language =
-
[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 =
2013 doi
-
[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 =
2014 doi
-
[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
1984 doi
-
[283]
, author=
An introduction to cybernetics. , author=. An introduction to cybernetics. , year=
-
[284]
Neuroscience of Consciousness , author =
Can the macro beat the micro?. Neuroscience of Consciousness , author =. 2016 , file =. doi:10.1093/nc/niw012 , number =
2016 doi
-
[285]
The Stanford Encyclopedia of Philosophy , editor =
Noonan, Harold and Curtis, Ben , title =. The Stanford Encyclopedia of Philosophy , editor =. 2014 , edition =
2014
-
[286]
Noûs , author =
There. Noûs , author =. 1998 , pages =. doi:10.1111/0029-4624.00091 , language =
1998
-
[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 =
1988 doi
-
[288]
Bruijn, N. G. de , month = oct, year =. Asymptotic
-
[289]
Creation:
Grand, Steve , month = may, year =. Creation:
-
[290]
Biehl, Martin Andreas , month = apr, year =. Formal
-
[291]
Entropy , author =
Specific and. Entropy , author =. 2017 , keywords =. doi:10.3390/e19050230 , abstract =
2017 doi
-
[292]
Adaptive Behavior , author =
The. Adaptive Behavior , author =. 2017 , pages =. doi:10.1177/1059712317700501 , language =
2017 doi
-
[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 =
2006 doi
-
[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 =
1991 doi
-
[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=
1994
-
[296]
Entropy , author =
When the. Entropy , author =. 2017 , keywords =. doi:10.3390/e19050188 , abstract =
2017 doi
-
[297]
arXiv:1608.03461 [q-bio] , author =
Black-boxing and cause-effect power , url =. arXiv:1608.03461 [q-bio] , author =. 2016 , note =
2016 arXiv
-
[298]
2011 , note =
Bayesian. 2011 , note =
2011
-
[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 =
2017
-
[300]
Entropy , author =
A. Entropy , author =. 2011 , note =. doi:10.3390/e13061076 , abstract =
2011 doi
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.