uJhin / QKSA

Evolving universal AGI agents for discovering physical laws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quantum Knowledge Seeking Agent

Latest pre-release : v09 DOI

Recent pre-print with motivation, core thesis and baseline framework: here, arXiv

Project pitch

QKSA extends the universal reinforcement learning (URL) agent models of artificial general intelligence to quantum environments. The utility function of a classical exploratory Knowledge Seeking Agent, a generalization of AIXI, is diversified to a pool of distance measures from quantum information theory. Quantum process tomography (QPT) algorithms form the agent policy for modeling classical and quantum environmental dynamics. The optimal QPT policy is selected based on a mutable cost function based on both algorithmic complexity as well as computational resource complexity. Instead of Turing machines, we estimate the cost metrics on high-level language to ease experimentation. The entire agent design is encapsulated in a self-replicating quine which mutates the cost function based on the predictive value of the optimal policy choosing scheme. Thus, multiple agents with pareto-optimal QPT policies can evolve using genetic programming, mimicking the development of physical theories each with different resource cost.

Despite its importance, few quantum reinforcement learning exists in contrast to the current thrust in quantum machine learning. QKSA is the first proposal for a framework that resembles the classical URL models. It can be applied for simulating and studying aspects of quantum information theory like control automation for quantum computing, multiple observer paradoxes, course-graining, distance measures, resource complexity trade-offs, quantum game theory, etc. Similar to how AIXI-tl is a resource-bounded active version of Solomonoff universal induction, QKSA is a resource-bounded participatory observer framework to the recently proposed algorithmic information based reconstruction of quantum mechanics.

How to run

python QKSA.py

Features

Docs website : https://advanced-research-centre.github.io/QKSA/ (under construction)

Version changelog

listed here

In progress

  • v13: LEAST metric on QPT and smart QPT based on action-perception history.

Planned upgrades

  • Hidden and visible qubits. GHZ test with 2 visible qubits. ++++
  • Neighbour/visible qubits based on quantum interaction graph. ++
  • Quantum Kolmogorov Complexity as a metric for quantum agents with entanglement. +
  • Quantum Entanglement Entropy and Mutual Information as a function of number of visible qubits for quantum agents. +
  • Formulate reward and replication policy for tomography. Integrate agent with Goedel machine. +++
  • Hypervisor for automatic threaded execution of generated quines. ++
  • Quantum Cellular Automata Rule/Composibility Learning. +
  • Explainable Ansatz Learning for Variational Quantum Circuits. +
  • Integrate qThought and extended Wigner's friend experiments. +
  • Neuro-evolution and NTM as an alternative for AIXI. +
  • BraIIinSSss!
  • mOoorEEe BraIIinSSss!

Note: order of ugrades subject to change (plus denote near-term focus).

Contributors

The QKSA project was started as part of the PhD research of Aritra Sarkar at Delft University of Technology. It is part of the research within the Department of Quantum & Computer Engineering.

Currently various aspects of this project are being pursued as a research project under QWorld.

The details of the contributions from collaborators are available here.

Important references

About

Evolving universal AGI agents for discovering physical laws

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.8%Language:OpenQASM 0.2%