This repository was archived by the owner on Sep 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
Added sequence iterator #91
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c8c02f8
[refactor] Deprecated method ReplayBuffer.get_iterators() and moved i…
luisenp d2a020d
Added an iterator for batches of sequences of fixed length.
luisenp 513d727
Added option to loop a limited number of batches in the sequence iter…
luisenp 3c220e5
Added option to return training and validation splits in get_sequence…
luisenp 7030219
Merge branch 'master' into sequence_iterator
luisenp 7fec7de
Removed unnecessary train_ensemble= arg from get_basic_buffer_iterators.
luisenp d3875bb
[bug-fix] SequenceIterator was off in the number of valid start state…
luisenp 05be22d
Merge branch 'master' into sequence_iterator
luisenp 029e0ab
Added option shuffle_each_epoch to the sequence iterator and to get_s…
luisenp c02b702
[bug-fix] Utility get_sequence_iterators() was not creating random tr…
luisenp 8925341
Added separate options to get_sequence_iterators() for the max_batche…
luisenp eb22e0e
Merge branch 'master' into sequence_iterator
luisenp 0d36e93
Merge branch 'master' into sequence_iterator
luisenp 3a6147e
Merge branch 'master' into sequence_iterator
luisenp 6223b51
Fixed a bug where the length attribute ignores max_batches_per_loop
jan1854 f7b0ec4
Merge pull request #105 from JanS97/sequence_iterator
luisenp c4e5d3a
Fixed a bug where the default argument for ensemble_size caused a Typ…
jan1854 e9ff5c2
Added an assertion that the replay buffer passed to get_sequence_buff…
jan1854 75779fe
Merge pull request #106 from JanS97/sequence_iterator
luisenp 82005a1
Updated changelog and version number to v0.1.2
luisenp 2e39169
Updated PETS notebook example to us
10000
e util.common.get_basic_buffer_ite…
luisenp 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
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.