Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use Actor Critic models in Sample Factory #314

Open
lz-666d opened this issue Feb 27, 2025 · 1 comment
Open

How to use Actor Critic models in Sample Factory #314

lz-666d opened this issue Feb 27, 2025 · 1 comment

Comments

@lz-666d
Copy link

lz-666d commented Feb 27, 2025

Hello, thank you for your excellent work, excellent RL framework! I was recently reading an open source code which uses your SampleFactory framework to create actor-critic models, but I didn't find the code for it. So I would like to know how to create actor-critic using SampleFactory and find the code to create actor-critic in the open source code I read.

@alex-petrenko
Copy link
Owner

Hi @lz-666d !
Does this documentation help? https://www.samplefactory.dev/03-customization/custom-models/
You can customize parts of the default model (encoder, core, decoder) or you're allowed to register an entirely new model yourself!
Let me know if you need help with specific implementation issues

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

No branches or pull requests

2 participants