Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rllib] Fix incorrect sequence length for rnn (ray-project#23830)
Update the torch policy to find the seq_lens using state_batches instead of input_dict. This helps handle the complex inputs to the model when the inbuilt preprocessing API is disabled.
- Loading branch information