GPAI.WIKI
open problems/OP-001··open

Stable credit assignment over month-long horizons

Status
open
Difficulty
open-ended
Opened
2026-08-20

Why it is hard

Discounted return with \(\gamma < 1\) attenuates a consequence \(k\) steps away by \(\gamma^{k}\). For an agent acting once per second, a payoff one week later arrives with weight \(\gamma^{6 \times 10^{5}}\) — numerically zero for any \(\gamma\) that keeps learning stable. Setting \(\gamma = 1\) removes the attenuation and removes the contraction that makes value iteration converge.

Hierarchical methods buy horizon by making the top-level timestep coarse, but they push the problem into the question of what the temporal abstraction should be, which is itself unsolved and typically hand-designed.

What would count as progress

  • A method demonstrating correct assignment over \(10^{5}\) or more environment steps on a task with a single terminal reward and no shaping.
  • A negative result establishing an information-theoretic bound on assignable horizon as a function of trajectory entropy — that would be equally valuable.
  • A sharper restatement that separates the estimation problem from the representation problem.
work on this

Partial results, negative results and sharper restatements are all welcome. Open a pull request that edits this file, or add a paper or implementation entry that references OP-001.

reactions
no reactions yet
react on GitHub