Closed Armandpl closed 10 months ago
Hello, no particular reason, we probably forgot to update the type hint, I would appreciate a PR =)
o I need to train every episode instead of every step.
You might be interested in:
EDIT: QR-DQN need to be updated too
thanks, I will check out SBX :) I just submitted a PR to update the typing
https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/blob/f8aa42898503d4536856595b186dddbd4bc6f9b9/sb3_contrib/tqc/tqc.py#L91 Any reason the typing prevents passing a tuple with a number of episodes like with SAC in sb3? I'd like to use TQC to control a real robot but the control freq while training is too slow on my computer, so I need to train every episode instead of every step.