Gödel machine

From HandWiki

A Gödel machine is a hypothetical self-improving computer program that solves problems in an optimal way. It uses a recursive self-improvement protocol in which it rewrites its own code when it can prove the new code provides a better strategy.[1][2] The machine was invented by Jürgen Schmidhuber (first proposed in 2003[3]), but is named after Kurt Gödel who inspired the mathematical theories.[4] The Gödel machine is often discussed when dealing with issues of meta-learning, also known as "learning to learn." Applications include automating human design decisions and transfer of knowledge between multiple related tasks, and may lead to design of more robust and general learning architectures.[5] Though theoretically possible, no full implementation has been created.[6]

The Gödel machine is often compared with Marcus Hutter's AIXI, another formal specification for an artificial general intelligence. Schmidhuber points out that the Gödel machine could start out by implementing AIXItl as its initial sub-program, and self-modify after it finds proof that another algorithm for its search code will be better.[7]

Limitations

Traditional problems solved by a computer only require one input and provide some output. Computers of this sort had their initial algorithm hardwired.[7] This does not take into account the dynamic natural environment, and thus was a goal for the Gödel machine to overcome.

The Gödel machine has limitations of its own, however. According to Gödel's First Incompleteness Theorem, any formal system that encompasses arithmetic is either flawed or allows for statements that cannot be proved in the system. Hence even a Gödel machine with unlimited computational resources must ignore those self-improvements whose effectiveness it cannot prove.[3]

Variables of interest

There are three variables that are particularly useful in the run time of the Gödel machine.[3]

  • At some time [math]\displaystyle{ t }[/math], the variable [math]\displaystyle{ \text{time} }[/math] will have the binary equivalent of [math]\displaystyle{ t }[/math]. This is incremented steadily throughout the run time of the machine.
  • Any input meant for the Gödel machine from the natural environment is stored in variable [math]\displaystyle{ x }[/math]. It is likely the case that [math]\displaystyle{ x }[/math] will hold different values for different values of variable [math]\displaystyle{ \text{time} }[/math].
  • The outputs of the Gödel machine are stored in variable [math]\displaystyle{ y }[/math], where [math]\displaystyle{ y(t) }[/math] would be the output bit-string at some time [math]\displaystyle{ t }[/math].

At any given time [math]\displaystyle{ t }[/math], where [math]\displaystyle{ (1 \leq t \leq T) }[/math], the goal is to maximize future success or utility. A typical utility function follows the pattern [math]\displaystyle{ u(s, \mathrm{Env}) : S \times E \rightarrow \mathbb{R} }[/math]:

[math]\displaystyle{ u(s, \mathrm{Env}) = E_\mu \Bigg[ \sum_{\tau=\text{time}}^T r(\tau) \mid s, \mathrm{Env} \Bigg] }[/math]

where [math]\displaystyle{ r(t) }[/math] is a real-valued reward input (encoded within [math]\displaystyle{ s(t) }[/math]) at time [math]\displaystyle{ t }[/math], [math]\displaystyle{ E_\mu [ \cdot \mid \cdot ] }[/math] denotes the conditional expectation operator with respect to some possibly unknown distribution [math]\displaystyle{ \mu }[/math] from a set [math]\displaystyle{ M }[/math] of possible distributions ([math]\displaystyle{ M }[/math] reflects whatever is known about the possibly probabilistic reactions of the environment), and the above-mentioned [math]\displaystyle{ \text{time} = \operatorname{time}(s) }[/math] is a function of state [math]\displaystyle{ s }[/math] which uniquely identifies the current cycle.[3] Note that we take into account the possibility of extending the expected lifespan through appropriate actions.[3]

Instructions used by proof techniques

The nature of the six proof-modifying instructions below makes it impossible to insert an incorrect theorem into proof, thus trivializing proof verification.[3]

get-axiom(n)

Appends the n-th axiom as a theorem to the current theorem sequence. Below is the initial axiom scheme:

  • Hardware Axioms formally specify how components of the machine could change from one cycle to the next.
  • Reward Axioms define the computational cost of hardware instruction and the physical cost of output actions. Related Axioms also define the lifetime of the Gödel machine as scalar quantities representing all rewards/costs.
  • Environment Axioms restrict the way new inputs x are produced from the environment, based on previous sequences of inputs y.
  • Uncertainty Axioms/String Manipulation Axioms are standard axioms for arithmetic, calculus, probability theory, and string manipulation that allow for the construction of proofs related to future variable values within the Gödel machine.
  • Initial State Axioms contain information about how to reconstruct parts or all of the initial state.
  • Utility Axioms describe the overall goal in the form of utility function u.

apply-rule(k, m, n)

Takes in the index k of an inference rule (such as Modus tollens, Modus ponens), and attempts to apply it to the two previously proved theorems m and n. The resulting theorem is then added to the proof.

delete-theorem(m)

Deletes the theorem stored at index m in the current proof. This helps to mitigate storage constraints caused by redundant and unnecessary theorems. Deleted theorems can no longer be referenced by the above apply-rule function.

set-switchprog(m, n)

Replaces switchprog S pm:n, provided it is a non-empty substring of S p.

check()

Verifies whether the goal of the proof search has been reached. A target theorem states that given the current axiomatized utility function u (Item 1f), the utility of a switch from p to the current switchprog would be higher than the utility of continuing the execution of p (which would keep searching for alternative switchprogs).[3]

state2theorem(m, n)

Takes in two arguments, m and n, and attempts to convert the contents of Sm:n into a theorem.

Example applications

Time-limited NP-hard optimization

The initial input to the Gödel machine is the representation of a connected graph with a large number of nodes linked by edges of various lengths. Within given time T it should find a cyclic path connecting all nodes. The only real-valued reward will occur at time T. It equals 1 divided by the length of the best path found so far (0 if none was found). There are no other inputs. The by-product of maximizing expected reward is to find the shortest path findable within the limited time, given the initial bias.[3]

Fast theorem proving

Prove or disprove as quickly as possible that all even integers > 2 are the sum of two primes (Goldbach’s conjecture). The reward is 1/t, where t is the time required to produce and verify the first such proof.[7]

Maximizing expected reward with bounded resources

A cognitive robot that needs at least 1 liter of gasoline per hour interacts with a partially unknown environment, trying to find hidden, limited gasoline depots to occasionally refuel its tank. It is rewarded in proportion to its lifetime, and dies after at most 100 years or as soon as its tank is empty or it falls off a cliff, and so on. The probabilistic environmental reactions are initially unknown but assumed to be sampled from the axiomatized Speed Prior, according to which hard-to-compute environmental reactions are unlikely. This permits a computable strategy for making near-optimal predictions. One by-product of maximizing expected reward is to maximize expected lifetime.[3]

See also

References

  1. Mahmud, M. M. Hassan (2008). Universal Transfer Learning. pp. 16–18. ISBN 9780549909880. 
  2. Anderson, Michael L.; Tim Oates (Spring 2007). "A review of recent research in metareasoning and metalearning". AI Magazine 28 (1): 7. https://www.aaai.org/ojs/index.php/aimagazine/article/viewFile/2025/1918. 
  3. 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 Schmidhuber, Jürgen (December 2006). Gödel Machines: Self-Referential ¨ Universal Problem Solvers Making Provably Optimal Self-Improvements. ftp://ftp.idsia.ch/pub/juergen/gm6.pdf. Retrieved 10 November 2014. 
  4. "Gödel machine". http://wiki.lesswrong.com/wiki/G%C3%B6del_machine. 
  5. Schaul, Tom; Schmidhuber, Juergen (2010). "Metalearning". Scholarpedia 5 (6): 4650. doi:10.4249/scholarpedia.4650. Bibcode2010SchpJ...5.4650S. 
  6. Steunebrink, Bas R.; Schmidhuber, Jürgen (2011). "A Family of Gödel Machine Implementations". Artificial General Intelligence. Lecture Notes in Computer Science. 6830. pp. 275–280. doi:10.1007/978-3-642-22887-2_29. ISBN 978-3-642-22886-5. 
  7. 7.0 7.1 7.2 Schmidhuber, Jürgen (5 March 2009). "Ultimate Cognition à la Gödel". Cognitive Computation 1 (2): 177–193. doi:10.1007/s12559-009-9014-y. http://people.idsia.ch/~juergen/ultimatecognition.pdf. Retrieved 13 November 2014. 

External links