Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
def
get_kl_controller(config):
Callers
15
generate_completions
Function · 0.45
main
Function · 0.45
evaluate
Function · 0.45
batch_apply
Method · 0.45
run_tasks_in_parallel_iter
Function · 0.45
evaluate_generations
Function · 0.45
get_default_kwargs_for_column_parallel_linear
Function · 0.45
collate_fn
Function · 0.45
_read_files_and_tokenize
Method · 0.45
update_options
Method · 0.45
__call__
Method · 0.45
_configure_before_init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected