Skip to content

Commit

Permalink
disable CLF-CBF controller by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoanlu committed Sep 20, 2024
1 parent 235cbf6 commit 5556fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
" model=build_networks_from_config(config),\n",
" noise_scheduler=build_noise_scheduler_from_config(config),\n",
" normalizer=LinearNormalizer(),\n",
" clf_cbf_controller=clf_cbf_controller, # set as clf_cbf_controller to enable CLF-CBF traj refinement\n",
" clf_cbf_controller=None, # set as clf_cbf_controller to enable CLF-CBF traj refinement\n",
" config=config,\n",
" device=\"cuda\" if torch.cuda.is_available() else \"cpu\",\n",
")"
Expand Down

0 comments on commit 5556fee

Please sign in to comment.