mirror of
https://github.com/volcengine/verl.git
synced 2025-10-20 13:43:50 +08:00
Update main_entropy.py
This commit is contained in:
@ -39,6 +39,7 @@ def run_ppo(config) -> None:
|
||||
runner = TaskRunner.remote()
|
||||
ray.get(runner.run.remote(config))
|
||||
|
||||
|
||||
def merge_dict(a: dict, b: dict) -> dict:
|
||||
"""Return a new dict that has `a` updated with `b` (b wins on conflicts).
|
||||
|
||||
|
Reference in New Issue
Block a user