Skip to content

Commit

Permalink
remove ipdb from pixel bc training
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo428 committed Nov 2, 2023
1 parent 5f30a74 commit d757199
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions serl_examples/hybrid_pixel_bc/pixel_bc.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def ema(series, alpha=0.5):
step = None,
)
agent = agent.replace(actor=actor)
import ipdb; ipdb.set_trace()
for i in range(100):
eval_info, video = evaluate(
agent,
Expand All @@ -144,7 +143,6 @@ def ema(series, alpha=0.5):
for k,v in info.items():
wandb.log({f'training/{k}': v}, step=i)

import ipdb; ipdb.set_trace()
checkpoints.save_checkpoint(f'{FLAGS.ckpt_path}/{FLAGS.exp_prefix}_{unique_identifier}',
agent.actor,
prefix='actor_',
Expand Down

0 comments on commit d757199

Please sign in to comment.