MCPcopy
hub / github.com/PRIME-RL/PRIME / update

Method update

training/verl/trainer/ppo/core_algos.py:51–52  ·  view source on GitHub ↗
(self, current_kl, n_steps)

Source from the content-addressed store, hash-verified

49 self.value = kl_coef
50
51 def update(self, current_kl, n_steps):
52 pass
53
54
55def get_kl_controller(config):

Callers 15

generate_completionsFunction · 0.45
mainFunction · 0.45
evaluateFunction · 0.45
batch_applyMethod · 0.45
evaluate_generationsFunction · 0.45
collate_fnFunction · 0.45
update_optionsMethod · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected