Skip to content

Commit c8759e0

Browse files
committed
Add config entry
1 parent 1de178f commit c8759e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reward_preprocessing/scripts/config/gen_dots_and_dists.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ def defaults():
1414
traj_path = "/nas/ucb/pavel/rfi/test/dots-and-dists-10000.npz"
1515
size = (0.64, 0.64) # Size of the observation in inches
1616
colors = ["r", "b", "g", "y", "c"] # Add more colors to allow more pairs
17+
weights = None # set to make a weighted average
1718
locals() # make flake8 happy

0 commit comments

Comments
 (0)