-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] TypeError: __init__() got an unexpected keyword argument 'features_extractor_class' #437
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
Comments
You need to pass the feature extractor in policy kwargs. See docs. |
ok, I follow your guide, but another error happens. Here is my code:
After I run my code, the another error occurs:
I am almost exhousted, could I upload my code to you for debugging? |
There is no parameter action_noise in TD3 policy. I am sorry to say but we do not have time to offer tech support on individual basis. These issues are for reporting bugs and proposing enhancements. |
But I see the user guide of TD3 have the action_noise parameter |
Please read the documentation carefully, |
Thank you, I am sorry that I have so many question. My major is finance, and I am not a professional programmer, I try to find a partner to help me migrate my paper code to sb3, but no one can help me. |
See the beginning of the question issue template for links to such forums. |
Hello araffin, I follow your instruction to costomizing policy network for TD3 algorithm #425 , after I defined the TD3 model and run it, errors happens.
(By the way, I am not a girl, but a man)
The code of defining TD3 model
🐛 Bug
Checklist
The text was updated successfully, but these errors were encountered: