Skip to content

Commit f384d44

Browse files
committed
Add description formula to general diverted chain configuration
1 parent 71539b7 commit f384d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

trainax/configuration/_diverted_chain.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def __init__(
3939
new users.)
4040
4141
The implementation is rather inefficient!
42+
43+
L(θ) = 𝔼ᵤ [ ∑ₜ₌₁ᵀ⁻ᴮ ∑_b₌₁ᴮ wₜ w_b l( f_θᵗ⁺ᵇ(u), 𝒫ᵇ(f_θᵗ(u)) ) ]
4244
"""
4345
if num_branch_steps > num_rollout_steps:
4446
raise ValueError(

0 commit comments

Comments
 (0)