Skip to content

docs: fix kl-loss-coef default value in instructions#2

Open
koriyoshi2041 wants to merge 1 commit intoGen-Verse:mainfrom
koriyoshi2041:docs/fix-kl-loss-coef-default
Open

docs: fix kl-loss-coef default value in instructions#2
koriyoshi2041 wants to merge 1 commit intoGen-Verse:mainfrom
koriyoshi2041:docs/fix-kl-loss-coef-default

Conversation

@koriyoshi2041
Copy link

Summary

  • Fix the documented default value of kl-loss-coef from 0.01 to 0.02 in instructions/README.md

Both launch scripts (openclaw-rl/run_qwen3_4b_openclaw_rl.sh line 100 and openclaw-opd/run_qwen3_4b_openclaw_opd.sh line 99) use --kl-loss-coef 0.02, but the configuration table in instructions/README.md listed 0.01.

Files changed

  • instructions/README.md

Test plan

  • Verified both launch scripts use 0.02
  • Cross-checked all other values in the configuration table — no other mismatches

The configuration table in instructions/README.md listed the default
value of `kl-loss-coef` as `0.01`, but both launch scripts
(`openclaw-rl/run_qwen3_4b_openclaw_rl.sh` and
`openclaw-opd/run_qwen3_4b_openclaw_opd.sh`) actually use `0.02`.

Update the documentation to match the actual default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant