random-network-distillation-pytorch icon indicating copy to clipboard operation
random-network-distillation-pytorch copied to clipboard

About sticky action

Open tongzhoumu opened this issue 6 years ago • 1 comments

Hi,

In your code (envs.py), I saw that you first use MaxAndSkipEnv() to wrap the environment, and then apply the sticky action. However, in RND's author's code, I found that they first wrap the env by StickyActionEnv(), then wrap it by MaxAndSkipEnv(). So, it seems your agent will have more "sticky" actions. I think this makes things a little bit different.

tongzhoumu avatar Apr 28 '19 01:04 tongzhoumu

Hello. I think it is not a big problem. But i will modify my code.

Thank you for reviewing my code!

jcwleo avatar Apr 29 '19 11:04 jcwleo