0

I3 Math

Fresh

i3-math — INTELLECT-3-RL math problems with a boxed final answer (difficulty-filtered, math-verify scoring).

Type
RL Env
License
unknown
Size
v0.1.2
Published
Nov 2025
Updated
Sep 2026

Cite

Notes

Only stored in your browser.

i3-math

Single-turn math problems from the math subset of PrimeIntellect/INTELLECT-3-RL, graded by boxed-answer math-verify equivalence. Sibling to i3_code / i3_logic / i3_science.

Changelog

  • 2026-09-03: Restore default solver network access by reverting the network_allow=[] default-deny policy introduced in #780; training rollouts need outbound network.
  • 2026-08-31: Yield task records on demand so bounded evaluations construct only the requested prefix.
  • 2026-07-11: Ported to the task-centric verifiers API — rewards and lifecycle hooks live on the Task (a TaskData row + behavior split). Requires verifiers>=0.2.0 and Python >=3.11.