Stable-baselines: 1d cnn

Created on 4 Aug 2019  路  2Comments  路  Source: hill-a/stable-baselines

Will in the future the project support 1d cnn? I read from the Tensorflow Utils that only 2d is supported now.

Thanks for the work of the project btw. It highly facilitate our development so far ^^.

duplicate question

Most helpful comment

Hello,

as @Miffyli pointing out, you can use custom policies, this question was already answered here in fact ;):
https://github.com/hill-a/stable-baselines/issues/408 (there is a link to an example too)

All 2 comments

You can create custom policies (i.e. networks) from ground up according to your needs, including using 1D convolutions. See this documentation page for how to do it.

Hello,

as @Miffyli pointing out, you can use custom policies, this question was already answered here in fact ;):
https://github.com/hill-a/stable-baselines/issues/408 (there is a link to an example too)

Was this page helpful?
0 / 5 - 0 ratings