JaxARC: A High-Performance JAX-based Environment for Abstraction and Reasoning Research
Aadam, Monu Verma, Mohamed Abdel-Mottaleb
TL;DR
JaxARC presents a high-performance, JAX-based RL environment for ARC tasks, addressing severe scalability bottlenecks in prior ARCRL tooling. By enforcing a purely functional, stateless core and leveraging fixed-size grids, task buffers, and JAX vectorization, it achieves dramatic throughput gains over Python-based implementations and enables large-scale experiments for abstract reasoning. The work demonstrates substantial speedups across CPU and accelerator hardware, discusses integration with Stoix and BrainGridGame-inspired actions, and provides a pathway toward population-based training, architecture search, and meta-learning on ARC. While promising, the findings also indicate that current architectures struggle to leverage rich observation wrappers, motivating further advances in network design and learning paradigms for effective inductive reasoning.
Abstract
The Abstraction and Reasoning Corpus (ARC) tests AI systems' ability to perform human-like inductive reasoning from a few demonstration pairs. Existing Gymnasium-based RL environments severely limit experimental scale due to computational bottlenecks. We present JaxARC, an open-source, high-performance RL environment for ARC implemented in JAX. Its functional, stateless architecture enables massive parallelism, achieving 38-5,439x speedup over Gymnasium at matched batch sizes, with peak throughput of 790M steps/second. JaxARC supports multiple ARC datasets, flexible action spaces, composable wrappers, and configuration-driven reproducibility, enabling large-scale RL research previously computationally infeasible. JaxARC is available at https://github.com/aadimator/JaxARC.
