Skip to content

Recurrent-policy state box for OnnxRLAdapter #16

Description

@adilfaisal01

Deferred from the 2026-08-24 OnnxRLAdapter session: support recurrent (RNN/GRU/LSTM) ONNX policies.

Current adapter is stateless per compute() call. Recurrent policies need a state box mirroring the KalmanFilter state_x_hat mechanism — the tracer's attr-diff state detection already handles this pattern (array attr whose id() changes during the call = recurrent state).

Only worth doing when an actual recurrent policy shows up.

Priority: P4 — deferred until needed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions