You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/ppo_countdown_exp_replay/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Important config parameters for experience replay include:
29
29
*`priority_fn_args`: additional args for the priority function
30
30
*`synchronizer.sync_style`: set to `dynamic_by_explorer`, which allows the trainer to run more training steps as long as the priority queue buffer is non-empty
31
31
32
-
The priority function used in this example is named `linear_decay_use_count_control_randomization`.
32
+
The priority function used in this example is named `decay_limit_randomization`.
33
33
The logic behind it:
34
34
* Priority score is calculated as `model_version - decay * use_count`, i.e., fresher and less used samples are prioritized;
35
35
* If `sigma` is non-zero, priority score is further perturbed by random Gaussian noise with standard deviation `sigma`;
0 commit comments