minor comment

This commit is contained in:
Remi Cadene 2024-03-04 22:34:44 +00:00
parent e990f3e148
commit 2bcf2631b9
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ def train(cfg: dict, out_dir=None, job_name=None):
logging.info(f"{num_learnable_params=} ({format_big_number(num_learnable_params)})")
logging.info(f"{num_total_params=} ({format_big_number(num_total_params)})")
step = 0 # number of policy update
step = 0 # number of policy update (forward + backward + optim)
is_offline = True
for offline_step in range(cfg.offline_steps):