What is CompilerGym?
developmentCompilerGym is a toolkit designed to expose compiler optimization problems for reinforcement learning (RL). It serves two primary purposes:
- For AI Researchers: It provides a high-quality, open-source OpenAI Gym environment for experimenting with program optimization techniques without requiring deep expertise in compiler internals.
- For Compiler Developers: It provides a framework to expose new optimization problems to the AI community.
The toolkit aims to lower the barrier to entry for compiler AI research by providing a common experimental framework that improves fairness and reproducibility.