adelC / consciousness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consciousness

The Consciousness Prior Components

1. Uncouscious representation state \Large h_{t}

a. Learning objective

Good representation in

2. Couscious Representation State

3. Memory

4. Verifier Network

  • The Verifier Network role is to match the current represantation state ht with a past couscious state ct-k stored in memory mt-1

Mapping ht with the objective function

  1. The attention mechanism, eg the Consciousness RNN (we consider using The Perceiver) which selects and combines few elements form the high leve state representation ht into a low-dimentional couscious sub state ct.
  2. Predictions or actions derived from the sequence of conscious sub-state

Connection to Symbolic Knowledge Representation

Considerations

  • For this experiment, we will consider the Unsupervised RL framework. we want to test the agent ability to to discover high-level abstractions alone.

Glossary

Factor:

Factorgraph

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%