Skip to content

Commit dd664f9

Browse files
committed
Fix hyperparam
1 parent 04f74e2 commit dd664f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reward_preprocessing/vis/reward_vis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def param_f():
307307
h=input_shape[1],
308308
w=input_shape[2],
309309
batch=len(feature_list),
310-
sd=3,
310+
sd=1,
311311
)
312312

313313
logging.info(f"Performing vis_traditional with transforms: {transforms}")

0 commit comments

Comments
 (0)