Skip to content

Commit 1d30a45

Browse files
committed
probe for 20^distances
1 parent c8759e0 commit 1d30a45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/reward_preprocessing/scripts/config/train_probe.py

+6
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ def get_red():
108108
def sort_distances():
109109
attr_func = sorted # noqa: E731
110110
locals()
111+
112+
113+
@train_probe_ex.named_config
114+
def exp_distances():
115+
attr_func = lambda vec: [20**x for x in vec] # noqa: E731
116+
locals()

0 commit comments

Comments
 (0)