Skip to content

Commit

Permalink
Update flashbax/buffers/item_buffer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Tilbury <37700709+callumtilbury@users.noreply.github.com>
  • Loading branch information
EdanToledo and callumtilbury authored Dec 14, 2023
1 parent bb8d382 commit 0174381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flashbax/buffers/item_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def make_item_buffer(
min_length (int): The minimum length of the buffer.
sample_batch_size (int): The batch size of the samples.
add_sequences (Optional[bool], optional): Whether data is being added in sequences
to the buffer. If False, single transitions are being added each time add
to the buffer. If False, single items are being added each time add
is called. Defaults to False.
add_batches: (Optional[bool], optional): Whether adding data in batches to the buffer.
If False, single transitions or single sequences are being added each time add
Expand Down

0 comments on commit 0174381

Please sign in to comment.