forked from CarperAI/trlx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(offline_orchestrator): delegate spliting & enable interleaving * feat(ilql_models): weight and tie awac to actions & add tensor stats * feat(ilql_randomwalks): change starting state from bos to first node as it already is in the ppo_randomwalks * feat(ilql_sentiments): keep first sentences only * fix(offline_orchestrator): force returns dtype * chore(configs): plug with beta * refactor(*): satisfy isort * fix(ilql_models): proper masking * feat(offline_orchestrator): add variable truncation * chore(examples): revert to old behaviour * refactor(*): style check * feat(offline_orchestrator): convert samples from tuples to lists * refactor(offline_orchestrator): printing of dataset statistics * refactor(offline_orchestrator): simplify if statement * chore(trlx): document `dataset` argument * refactor(offline_orchestrator): remove duplication * chore(trlx): update docs
- Loading branch information
1 parent
24b041a
commit 0cb8438
Showing
8 changed files
with
165 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters