We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a544a commit e1695f2Copy full SHA for e1695f2
roll/pipeline/agentic/agentic_actor_worker.py
@@ -4,7 +4,6 @@
4
from roll.distributed.scheduler.protocol import DataProto
5
from roll.pipeline.base_worker import ActorWorker as BaseActorWorker
6
from roll.utils.functionals import masked_mean, agg_loss, compute_approx_kl
7
-from roll.pipeline.agentic.utils import compute_segment_masked_mean
8
9
10
class ActorWorker(BaseActorWorker):
0 commit comments