mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[RLlib] Remove SampleBatch._get_slice_indices() deprecated logging spam (moderate). (#17567)
This commit is contained in:
parent
8393b9add8
commit
b539560429
1 changed files with 1 additions and 1 deletions
|
@ -672,8 +672,8 @@ class SampleBatch(dict):
|
|||
_time_major=self.time_major,
|
||||
)
|
||||
|
||||
@Deprecated(error=False)
|
||||
def _get_slice_indices(self, slice_size):
|
||||
deprecation_warning("SampleBatch._get_slice_indices", error=False)
|
||||
data_slices = []
|
||||
data_slices_states = []
|
||||
if self.get("seq_lens") is not None and len(self["seq_lens"]) > 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue