Revision of CnnLstmPolicy with not None net_arch#1116
Conversation
…_acrh is used. Here NotImplementedError is solved with usage of cnn_extractor. Test file is added.
|
Thanks for the PR! Please complete all the required steps in the PR template. |
|
I added the issue and edited PR. |
|
Hmm while I agree such functionality would be nice, it would differ from FeedForwardPolicy's behaviour where @araffin comments? I favor not changing stuff, given maintenance mode of SB2. |
I would agree with this. We mostly accept only bug fixes and non-breaking changes now. |
|
great. hope to see more of this |
#1117 Description
When CnnLstmPolicy uses not None net_arch, cnn_extractor is used to perform features extraction inside LstmPolicy class. Here NotImplementedError is solved with usage of cnn_extractor. Test file is added.
Motivation and Context
Types of changes
Checklist:
pytestandpytypeboth pass (by runningmake pytestandmake type).