Skip to content

Commit 66a9c5e

Browse files
committed
fix
1 parent 16e1f87 commit 66a9c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verl/experimental/agent_loop/agent_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
logger.setLevel(os.getenv("VERL_LOGGING_LEVEL", "WARN"))
5454

5555

56-
def _get_rollout_and_model_config(config: DictConfig) -> RolloutConfig:
56+
def _get_rollout_and_model_config(config: DictConfig) -> tuple[DictConfig, DictConfig]:
5757
# TODO: backward compatibility, remove this once we switch to new trainer.
5858
if config.get("actor_rollout_ref"):
5959
return config.actor_rollout_ref.rollout, config.actor_rollout_ref.model

0 commit comments

Comments
 (0)