Skip to content

Commit 75d160b

Browse files
committed
Update README.md
1 parent 5e8ec7a commit 75d160b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ The policy takes 1) the latest N step of observation $o_t$ (position and velocit
3333

3434
### Deviation from the original implementation
3535
- Add a linear layer before the Mish activation to the condition encoder of `ConditionalResidualBlock1D`. This is to prevent the activation from truncating large negative values from the normalized observation.
36-
- A CLF-CBF-QP controller is implemented and used to modify the noisy actions during the denoising process of the policy. By default, this controller is not used.
36+
- A CLF-CBF-QP controller is implemented and used to modify the noisy actions during the denoising process of the policy. By default, this controller is disabled.
37+
- A finetuned model for single-step inference, which was trained following paper [Fine-Tuning Image-Conditional Diffusion Models is Easier than You Think](https://arxiv.org/abs/2409.11355), is used by default.
3738

3839
<img src="assets/df_clf_cbf_comp.jpg" alt="drawing" width="600"/>
3940

0 commit comments

Comments
 (0)