JA EN
Glossary › state

GLOSSARY

state

appears in 2 paper titles

Definition

The information a system carries forward at a given moment. In reinforcement learning it is what the policy observes about the environment; in sequence modeling it is the internal summary of everything seen so far. State space models such as the Mamba family compress history into a fixed-size state, giving cost linear in sequence length — the direct contrast with Transformers, which keep every past token available and pay quadratic attention cost for it.

Explainers using this term