Skip to content

Trying to use this with gym stable retro (error). #20

Answered by yuanmingqi
Disastorm asked this question in Q&A
Discussion options

You must be logged in to vote

The main reason for this error is that your input size (160, 4) is smaller than the kernel size (8, 8), we recommend you to use PathakCnnEncoder with the kernel size of 3.

from rllte.xploit.encoder import PathakCnnEncoder

...
encoder = PathakCnnEncoder()
agent.set(encoder)
...

Moreover, we will make many adjustments recently (still under development), so you are recommended to install the package with git rather than pip.

Thank you!

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Disastorm
Comment options

@yuanmingqi
Comment options

@Disastorm
Comment options

@yuanmingqi
Comment options

@Disastorm
Comment options

Answer selected by yuanmingqi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants