modelscope / modelscope/ms-swift

请问下关于无reward model;仅有rule-based reward下 PPO的训练

Open
#6,889 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement stale
Dominant language
Python
Stars
15.7k
Forks
1.7k
Avg merge
1d 16h
Merged PRs (30d)
136

Description

PPO (proximal policy optimization) stage in RLHF involves four models:

  • model: The training model, either the base model or the instruct model trained with SFT.
  • ref_model: The reference model, which defaults to the model.
  • reward_model: The reward model obtained from the RM stage.
  • value_model: The value model initialized by the reward model, updated synchronously during training.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue describes the PPO stage in RLHF and names model, ref_model, reward_model, and value_model, but does not identify a file, test, or requested change. First clarify whether rule-based rewards should replace reward_model and how value_model should be initialized; completion would require a documented, project-supported answer.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.