Update main_entropy.py

This commit is contained in:
H
2025-06-19 10:38:52 -07:00
committed by GitHub
parent b1c83a6933
commit edffce1468

View File

@ -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).