We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380467c commit d8b1798Copy full SHA for d8b1798
verl/experimental/agent_loop/agent_loop.py
@@ -53,7 +53,7 @@
53
logger.setLevel(os.getenv("VERL_LOGGING_LEVEL", "WARN"))
54
55
56
-def _get_rollout_and_model_config(config: DictConfig) -> RolloutConfig:
+def _get_rollout_and_model_config(config: DictConfig) -> tuple[DictConfig, DictConfig]:
57
# TODO: backward compatibility, remove this once we switch to new trainer.
58
if config.get("actor_rollout_ref"):
59
return config.actor_rollout_ref.rollout, config.actor_rollout_ref.model
0 commit comments