-
Notifications
You must be signed in to change notification settings - Fork 305
feat: Add support for multi-turn generations and RL (tools, games, etc) #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d0f7c8c
Multiturn integrated
SahilJain314 bbbbe88
Removed redundant imports
SahilJain314 811067b
Fixed Math env on mutliturn
SahilJain314 d1c59b2
Fixed nondetermistic multiturn error bug
SahilJain314 95c3218
Fixed validation error
SahilJain314 ceb6035
Fixed validation error
SahilJain314 14a3417
Fixed validation error
SahilJain314 d112702
<1 lp error ??
SahilJain314 f370c4a
debugging
SahilJain314 f3a5001
remove debugging
SahilJain314 5c90d64
cleanup
SahilJain314 7a803f0
Fix multiturn multigpu bugs
SahilJain314 c9d1298
adding sliding puzzle trianing scripts
SahilJain314 b9d936f
fix many GPU bug
SahilJain314 8970cd0
:wUpdated sliding defaults
SahilJain314 df0b09f
Bugfixes to multiturn
SahilJain314 e075cc4
Fixed sliding puzzle test
SahilJain314 d734f35
Removed WIP example
SahilJain314 694723d
Cleanup
SahilJain314 b680aa9
Cleanup
SahilJain314 eea7cd7
math fix
SahilJain314 44666ce
added doctests to batched_data_dict
SahilJain314 32eefb3
lint
SahilJain314 f458fb0
unit tests
SahilJain314 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,8 @@ dist/ | |
| *.vscode/ | ||
|
|
||
| # Test | ||
| .coverage | ||
| coverage.json | ||
| .coverage* | ||
| test_assets/ | ||
|
|
||
| # Cache | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.