# AIXI

## Basic idea

A theoretical mathematical formalism for artificial general intelligence (Marcus Hutter, 2000). Combines Solomonoff induction (universal prior over environments) with sequential decision theory: the agent picks the action that maximises expected future reward summed over all computable environments, weighted by Kolmogorov complexity.

## Key formulas

* $a\_k = \arg\max\_{a\_k} \sum\_{o\_k r\_k} \cdots \max\_{a\_m} \sum\_{o\_m r\_m} (r\_k + \cdots + r\_m) \sum\_{q : U(q,a\_{1..m}) = o\_1 r\_1 \cdots o\_m r\_m} 2^{-|q|}$
* Universal prior: $\xi(x) = \sum\_{p : U(p)=x\*} 2^{-|p|}$
* Uncomputable, but $\varepsilon$-approximable.

Is a theoritical mathematical formalism for artificial general intelligence. AIXI was first proposed by Marcus Hutter.

## Resources

<https://en.wikipedia.org/wiki/AIXI>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://isubasinghe.gitbook.io/isithas-wiki/computer_science/ai/aixi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
