CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
arcmind/__init__.py
arcmind.egg-info/PKG-INFO
arcmind.egg-info/SOURCES.txt
arcmind.egg-info/dependency_links.txt
arcmind.egg-info/requires.txt
arcmind.egg-info/top_level.txt
arcmind/config/__init__.py
arcmind/config/defaults.py
arcmind/data/__init__.py
arcmind/data/antmaze.py
arcmind/data/mujoco_locomotion.py
arcmind/data/opportunity.py
arcmind/data/uci_har.py
arcmind/models/__init__.py
arcmind/models/arcmind_model.py
arcmind/models/attention.py
arcmind/models/memory.py
arcmind/models/ssm_core.py
arcmind/models/tokenizer.py
benchmarks/README.md
benchmarks/__init__.py
benchmarks/aggregate.py
benchmarks/delayed_recall.py
benchmarks/models.py
benchmarks/protocol.yaml
benchmarks/run_delayed_recall.py
benchmarks/statistics.py
benchmarks/pobax/README.md
benchmarks/pobax/__init__.py
benchmarks/pobax/arcmind_reference.py
benchmarks/pobax/baseline_cores.py
benchmarks/pobax/check_parity.py
benchmarks/pobax/export_parity_fixture.py
benchmarks/pobax/policy_core.py
benchmarks/pobax/requirements-lock.txt
benchmarks/pobax/requirements.in
benchmarks/pobax/run_pilot.py
benchmarks/pobax/sequence_cores.py
benchmarks/pobax/shared_ppo.py
benchmarks/pobax/smoke_environment.py
benchmarks/pobax/smoke_policy_core.py
benchmarks/pobax/tests/test_policy_core.py
docs/experimental_findings.md
docs/literature_and_baselines.md
docs/research_protocol.md
tests/test_ablations.py
tests/test_benchmarking.py
tests/test_data.py
tests/test_dataset_adapters.py
tests/test_model.py
tests/test_streaming.py