Integration with LLM-based agents (for example through tlr
)
#457
-
Hello! I want to do some comparison between different algorithms for my agent. However, I also want to give LLMs a try. Is there a goto way to integrate it with This library provides means of fine-tuning huggingface models: https://huggingface.co/docs/trl/en/index. |
Beta Was this translation helpful? Give feedback.
Answered by
qgallouedec
May 28, 2024
Replies: 1 comment 2 replies
-
Hey thanks for raising this point. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I see what you want to do. If I were you, I think I wouldn't try to integrate it into rl-zoo, but rather start from scratch and cherry pick the utilities you want from rl-zoo.
If, on the contrary, you decide to integrate it into rl-zoo3, let us know here and link your branch, or any other material that could benefit the community.