Skip to content

Commit 5aa7d02

Browse files
committed
add tasks folder
1 parent a179cce commit 5aa7d02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

torchtitan/experiments/rl/tasks/sum_digits/simple_grpo.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
4040
from torchtitan.experiments.rl.actors.generator import VLLMGenerator
4141
from torchtitan.experiments.rl.actors.grader import Grader
4242
from torchtitan.experiments.rl.actors.trainer import PolicyTrainer
43-
from torchtitan.experiments.rl.tasks.sum_digits.task import extract_answer, SumDigitsTask
43+
from torchtitan.experiments.rl.tasks.sum_digits.task import (
44+
extract_answer,
45+
SumDigitsTask,
46+
)
4447
from torchtitan.experiments.rl.types import Episode
4548
from torchtitan.protocols.model_spec import ModelSpec
4649

0 commit comments

Comments
 (0)