paper-with-me

홈 › Papers

ArchGym: An Open-Source Gymnasium for Machine Learning Assisted Architecture Design

2023-06-15 · Srivatsan Krishnan, Amir Yazdanbaksh, Shvetank Prakash, Jason Jabbour, Ikechukwu Uchendu, Susobhan Ghosh, Behzad Boroujerdian, Daniel Richins, Devashree Tripathy, Aleksandra Faust, Vijay Janapa Reddi

Machine learning is a prevalent approach to tame the complexity of design space exploration for domain-specific architectures. Using ML for design space exploration poses challenges. First, it's not straightforward to identify the suitable algorithm from an increasing pool of ML methods. Second, assessing the trade-offs between performance and sample efficiency across these methods is inconclusive. Finally, lack of a holistic framework for fair, reproducible, and objective comparison across these methods hinders progress of adopting ML-aided architecture design space exploration and impedes creating repeatable artifacts. To mitigate these challenges, we introduce ArchGym, an open-source gym and easy-to-extend framework that connects diverse search algorithms to architecture simulators. To demonstrate utility, we evaluate ArchGym across multiple vanilla and domain-specific search algorithms in designing custom memory controller, deep neural network accelerators, and custom SoC for AR/VR workloads, encompassing over 21K experiments. Results suggest that with unlimited samples, ML algorithms are equally favorable to meet user-defined target specification if hyperparameters are tuned; no solution is necessarily better than another (e.g., reinforcement learning vs. Bayesian methods). We coin the term hyperparameter lottery to describe the chance for a search algorithm to find an optimal design provided meticulously selected hyperparameters. The ease of data collection and aggregation in ArchGym facilitates research in ML-aided architecture design space exploration. As a case study, we show this advantage by developing a proxy cost model with an RMSE of 0.61% that offers a 2,000-fold reduction in simulation time. Code and data for ArchGym is available at https://bit.ly/ArchGym.

📄 PDF Abstract BibTeX arXiv:2306.08888

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SearchGym: A Modular Infrastructure for Cross-Platform Benchmarking and Hybrid Search Orchestration

2026-01-02 · Jerome Tze-Hou Hsu arxiv

The rapid growth of Retrieval-Augmented Generation (RAG) has created a proliferation of toolkits, yet a fundamental gap remains between experimental prototypes and robust, production-ready systems. We present SearchGym, …

Information Retrieval

Chrono-Gymnasium: An Open-Source, Gymnasium-Compatible Distributed Simulation Framework

2026-05-14 · Bocheng Zou, Harry Zhang, Khailanii Slaton, Jingquan Wang 외 arxiv

High-fidelity physics simulation is essential for closing the sim-to-real gap in robotics and complex mechanical systems. However, the computational overhead of high-fidelity engines often limits their use in data-intens…

Reinforcement Learning

DeepResearchGym: A Free, Transparent, and Reproducible Evaluation Sandbox for Deep Research

2025-05-25 · João Coelho, Jingjie Ning, Jingyuan He, Kangrui Mao 외

Deep research systems represent an emerging class of agentic information retrieval methods that generate comprehensive and well-supported reports to complex queries. However, most existing frameworks rely on dynamic comm…

BenchmarkingInformation RetrievalRetrieval

SearchGym: Bootstrapping Real-World Search Agents via Cost-Effective and High-Fidelity Environment Simulation

2026-01-21 · Xichen Zhang, Ziyi He, Yinghao Zhu, Sitong Wu 외 arxiv

Search agents have emerged as a pivotal paradigm for solving open-ended, knowledge-intensive reasoning tasks. However, training these agents via Reinforcement Learning (RL) faces a critical dilemma: interacting with live…

Reinforcement Learning

Gymnasium: A Standard Interface for Reinforcement Learning Environments

2024-07-24 · Mark Towers, Ariel Kwiatkowski, Jordan Terry, John U. Balis 외

Reinforcement Learning (RL) is a continuously growing field that has the potential to revolutionize many areas of artificial intelligence. However, despite its promise, RL research is often hindered by the lack of standa…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)