You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2026. It is now read-only.
By now CompilerGym has an action space that represents LLVM optimization transforms. I want to add a new action space, based on POSET-RL, i.e. changing an action from being a single transform to a tuple of transforms. But I can't understand how to do this without rewriting the entire LLVMEnv class
❓ Questions and Help
By now CompilerGym has an action space that represents LLVM optimization transforms. I want to add a new action space, based on POSET-RL, i.e. changing an action from being a single transform to a tuple of transforms. But I can't understand how to do this without rewriting the entire LLVMEnv class