Add Learning Notes for Auto_Program RL Implementation 正文#39
Open
hhh2210 wants to merge 2 commits intolsdefine:mainfrom
Open
Add Learning Notes for Auto_Program RL Implementation 正文#39hhh2210 wants to merge 2 commits intolsdefine:mainfrom
hhh2210 wants to merge 2 commits intolsdefine:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you so much for all the great work you've recently done on the GRPO implementation , especially on Auto_Program section!
I've carefully studied the related code implementation, especially the part concerning the use of GRPO for reinforcement learning to optimize the model's generation and execution of Python code (a form of tool use). I found it very insightful.
To better understand and document this process, I've put together some learning notes (primarily in Learn/Train/simple_GRPO/Auto_Program/my_progress.md). These notes analyze how hjy_grpo_program.py, ref_server.py, config.py, and the related prompt files work together.
Since the implementation details regarding this RL and tool use aspect don't seem to be fully covered in the project's README or other documentation yet, I thought these notes might be helpful for others trying to understand this part of the code. Perhaps they could also serve as a starting point for future documentation updates.
Thanks again for your excellent work!
I hope these notes can be of some value to the community.