-
Notifications
You must be signed in to change notification settings - Fork 112
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
Using RNN #292
Comments
In particular I have the following custom made gym environment and would like to use some RL based algorithm to solve it, is it possible? Some help in this regards would be helpful. Also note this this environment has variable size inputs.
|
Hey @anirjoshi ! RNN policies are first-class citizens in Sample Factory. In fact, with the default configuration you will train an RNN (GRU) policy. See these parameter descriptions in cfg.py or here https://www.samplefactory.dev/02-configuration/cfg-params/:
|
@alex-petrenko Thank you for your response! Is there any example that uses this? So, I can directly incorporate that example with my environment? |
Hi @anirjoshi literally any example would work since, again, this is a default configuration. you can start by reading these tutorials: https://www.samplefactory.dev/03-customization/custom-environments/ |
Is there any example that shows the use of RNN with RL?
The text was updated successfully, but these errors were encountered: