forked from openai/baselines
-
Notifications
You must be signed in to change notification settings - Fork 724
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
[feature request] filter_size can be a array instead of one value #317
Labels
enhancement
New feature or request
Comments
Hello, |
Thanks. Do you want to update the code? Or I am happy to do my contribution to this project as I am using your code everyday. |
Yes, please do a PR and don't forget to read the contribution guide completely ;) |
yutingsz
pushed a commit
to yutingsz/stable-baselines
that referenced
this issue
May 15, 2019
araffin
pushed a commit
that referenced
this issue
May 17, 2019
* Issue #317 [feature request] filter_size can be a array instead of one value * Issues #326 [Feature] filter_size can be a array * Issue #326 [Feature] filter_size can be a array * Issues #326 [Feature] filter_size can be a array: Line too long * Update changelog.rst * Issue #326 [Feature] filter_size can be a array, the added test code is test_a2c_conv.py * Issues #326 [Feature] filter_size can be a array, remove the unused variables * Issues #326 [Feature] filter_size can be a array, remove the unused library * Issue #326, [Feature] filter_size can be a array. Clean up the test code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My conv filter is not a square matrix. Its height is 1 and weight is 3.
In the conv function within the utils.py, the input parameter, filter_size, needs to be an array instead of a value. It is rather simple change.
The text was updated successfully, but these errors were encountered: