Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/grpo.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ This parameter specifies the number of prompts generated by each dataloader per

- task_name (unique task identifier):
- Determines which processor, env, prompts, and dataset to use for this task.
- Currently, we support a single dataset and a single environment. Therefore, task_name equals the dataset_name in the config (i.e., config.data.dataset_name).
- Currently, we support a single dataset and a single environment. Therefore, task_name equals the dataset_name in the config (i.e., config.data.train.dataset_name).
- task_spec (TaskDataSpec):
- Specifies per-task system prompt and prompt.
- task_data_processors:
Expand Down
Loading