Closed ewanlee closed 11 months ago
Hi !
Thank you for opening this issue.
So first of all let me say that there is kind of no error :) Your script ran until the end (100 PPO updates).
The exception you had occurred when stopping the processes: you reached the end of the main
function and the program ended while the LLM server was still listening and waiting for calls.
It seems I forgot to add lm_server.close()
at the end of the main
function, which should properly stop all the processes.
Oh I see! Thank you so much for your prompt response and thorough explanation! I appreciate your assistance and the time you've taken to help me. Keep up the great work on this project!
Hello! when I run the following script:
I have encountered the following issues:
My local config is:
And my env yaml is shown as follows:
Could you please advise me on how to resolve the error?