Skip to content

Commit

Permalink
remove ipdb everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo428 committed Nov 2, 2023
1 parent d757199 commit 3a088b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion serl_examples/ddpg_with_task_reward/pcb_insertion_ddpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def main(_):
# restore checkpoints and run eval
# TODO: should make the path user specified
if FLAGS.eval_mode:
import ipdb; ipdb.set_trace()
actor = restore_checkpoint_(
'/home/undergrad/norand_pcb_ddpg/norand_ddpg_utd4_099_20230915_001556/actor_22000',
agent.actor,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def main(_):
# restore checkpoints and run eval
# TODO: should make the path user specified
if FLAGS.eval_mode:
import ipdb; ipdb.set_trace()
actor = restore_checkpoint_(
'/home/undergrad/franka_cable_ckpts/franka_cable_classifier_2wrists_fixbugutd4_099_20230910_160303/actor_20000',
# '/home/undergrad/ur_reset_free_ckpts/ur_cable_classifier_2wrists_fixbugutd4_099_20230910_000829/actor_16000',
Expand Down

0 comments on commit 3a088b9

Please sign in to comment.