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
Currently ILQL was implemented more or less in a vacuum of our PPO implementation. As such, ILQL has features that our PPO implementation needs. This includes
Removing the dependency on GPT2 for PPO. This is currently being done here, but we can create a more standardized approach
Adding the ability to pass custom reward functions to the orchestrator. This is an absolute must have.
Standardized naming conventions between functions.