stable-baselines3-contrib-sacd/sb3_contrib/common/recurrent
Rogério Júnior 1553b66ee4 Update `_process_sequence()` docstring (#219)
Small modification in the documentation of `_process_sequence` to reflect the correct order (`hidden_state`, `cell_state`) of `lstm_states`.

See order here: https://pytorch.org/docs/stable/generated/torch.nn.LSTM.html
2024-05-06 14:20:28 +01:00
..
__init__.py Recurrent PPO (#53) 2022-05-30 04:31:12 +02:00
buffers.py Add Gymnasium support (#152) 2023-04-14 13:52:07 +02:00
policies.py Update `_process_sequence()` docstring (#219) 2024-05-06 14:20:28 +01:00
type_aliases.py Fix `sb3_contrib/common/recurrent/type_aliases.py` type hint (#121) 2022-11-29 10:41:07 +01:00