From a6ec4288a2232988b130b2f00bb2565f81706966 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Mon, 29 Jun 2026 12:15:51 -0500 Subject: Recursive reasoning dynamics: analysis pipeline, paper drafts, toy models Failure=more-chaotic (task-general under validity labeling) reduces to convergence/completeness detection; mechanism (transient chaos vs multistability vs input-induced) under investigation. Co-Authored-By: Claude Fable 5 --- maze_package/requirements.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 maze_package/requirements.txt (limited to 'maze_package/requirements.txt') diff --git a/maze_package/requirements.txt b/maze_package/requirements.txt new file mode 100644 index 0000000..d03a446 --- /dev/null +++ b/maze_package/requirements.txt @@ -0,0 +1,13 @@ +# Merged from HRM + TRM official; versions pinned per TRM specific_requirements.txt +# torch handled separately (torch==2.7.0+cu126 via cu126 index) +einops==0.8.1 +tqdm==4.67.1 +coolname==2.2.0 +pydantic==2.11.7 +pydantic-core==2.33.2 +argdantic==1.3.3 +wandb==0.21.3 +omegaconf==2.3.0 +hydra-core==1.3.2 +huggingface_hub==0.34.4 +numba==0.61.2 -- cgit v1.2.3