mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-30 20:18:15 +00:00
Add TODO
This commit is contained in:
parent
8311377634
commit
4114e9ad14
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ class SAC(OffPolicyAlgorithm):
|
|||
|
||||
ent_coef_losses, ent_coefs = [], []
|
||||
actor_losses, critic_losses = [], []
|
||||
# TODO: properly handle it when train_freq > 1
|
||||
policy_update_delay = gradient_steps
|
||||
|
||||
for gradient_step in range(gradient_steps):
|
||||
|
|
|
|||
Loading…
Reference in a new issue