Skip to content

Commit f580f7f

Browse files
authored
Merge pull request #771 from macrocosm-os/fix/SN1-530
Changes: - Make MSRv2 rewards linear. - Fix weights set to properly calculate rewards mean average. - Add reward processing and weight setting unit tests.
2 parents 9439f04 + 900fc90 commit f580f7f

File tree

5 files changed

+397
-298
lines changed

5 files changed

+397
-298
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ __pycache__/
88
*.npy
99
*.npz
1010
prompting/storage/
11+
validator_rewards.jsonl
12+
test_validator_rewards.jsonl
13+
uid_tracker.sqlite*
1114

1215
# C extensions
1316
*.so

0 commit comments

Comments
 (0)