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
Sorry to interrupt. While reading the CompilerGym paper, I encountered on the State Transition Dataset Wrapper "that asynchronously populates the Steps and Observations tables of a state transition database upon every step of an environment." The populated dataset is then used for offline training. Unfortunately, I could not find the implementation of the wrapper inside this repository. Could you please guide me to the place where I could find the implementation of this wrapper?
Thanks in advance.
Kind regards,
Vladimir
Additional Context
The text was updated successfully, but these errors were encountered:
Okay, I filed #679. It's the wrapper I used to generate the dataset we released, and isn't super extensible. If you want to change what is recorded, you would need to hack on the source. One caveat - this is a synchronous implementation - so the overhead of storing entries is added to compiler interactions. The async implementation still needs more work and tweaking.
❓ Questions and Help
Hi, @ChrisCummins ,
Sorry to interrupt. While reading the CompilerGym paper, I encountered on the State Transition Dataset Wrapper "that asynchronously populates the Steps and Observations tables of a state transition database upon every step of an environment." The populated dataset is then used for offline training. Unfortunately, I could not find the implementation of the wrapper inside this repository. Could you please guide me to the place where I could find the implementation of this wrapper?
Thanks in advance.
Kind regards,
Vladimir
Additional Context
The text was updated successfully, but these errors were encountered: