菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-19
📄 Abstract - JAXenstein: Accelerated Benchmarking for First-Person Environments

The progression of reinforcement learning algorithms have been driven by challenging benchmarks. The rate in which a researcher can iterate on a problem setting directly impacts the speed of algorithm development. Modern machine learning has produced tools that allow for fast and scalable algorithm development like the JAX library. With the availability of these tools, a serious bottleneck in algorithm development is the availability of large and complex domains for experimentation. Most notably, the JAX reinforcement learning ecosystem does not have any benchmarks that test visual first-person tasks; these domains are crucial for testing both exploration and an agent's ability to overcome partial observability. We introduce JAXenstein: an open-source JAX-based benchmark that implements the Wolfenstein 3D rendering engine for fast and scalable experimentation in visual first-person tasks. JAXenstein is several times faster than comparable vision-based benchmarks, and is easily extensible to more complex first-person domains.

顶级标签: reinforcement learning benchmark systems
详细标签: jax first-person environments visual tasks scalability rendering engine 或 搜索:

JAXenstein:面向第一人称环境的加速基准测试平台 / JAXenstein: Accelerated Benchmarking for First-Person Environments


1️⃣ 一句话总结

该论文提出了JAXenstein,一个基于JAX框架的开源基准测试平台,它通过硬件加速的Wolfenstein 3D渲染引擎,实现了比现有视觉第一人称任务基准快数倍的速度,从而为强化学习算法在复杂、部分可观测环境中的快速迭代测试提供了高效工具。

源自 arXiv: 2605.19926