curiosity-driven-exploration-pytorch icon indicating copy to clipboard operation
curiosity-driven-exploration-pytorch copied to clipboard

Curiosity-driven Exploration by Self-supervised Prediction

Results 9 curiosity-driven-exploration-pytorch issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I trained the model according to the parameters at the beginning but it never converged, I would like to ask what is the problem, can you provide the parameters...

Int reward values are anomaly small for sparse reward environments. This is normal? if so, why? Venture example: ![Снимок экрана 2019-04-23 в 1 05 35](https://user-images.githubusercontent.com/15211368/56535332-2990c800-6564-11e9-98ac-6986a5fb8da9.png)

There was an error when I ran the file eval.py.can you tell me why?

Hi, I can only see that you optimize the intrinsic loss in your code. Can you point me to the line where you add the intrinsic rewards to the actual...

In the following locations of the code: https://github.com/jcwleo/curiosity-driven-exploration-pytorch/blob/master/envs.py#L188-L189 https://github.com/jcwleo/curiosity-driven-exploration-pytorch/blob/master/envs.py#L286-L287 history is updated assuming the history size is 4. Shouldn't it instead be ``` self.history[:self.history_size-1, :, :] = self.history[1:, :, :]...

I got many errors like: File ".../curiosity-driven-exploration-pytorch/envs.py", line 266, in run obs, reward, done, info = self.env.step(action) File ".../envs/p3-torch10/lib/python3.6/site-packages/nes_py/wrappers/binary_to_discrete_space_env.py", line 67, in step return self.env.step(self._action_map[action]) File ".../envs/p3-torch10/lib/python3.6/site-packages/gym/wrappers/time_limit.py", line 31, in...

Hello, I would like to ask whether you have tested your implementation in ViZDoom environment, like what was done in the original paper? Thanks!

![image](https://user-images.githubusercontent.com/23333028/49057720-29ee9680-f244-11e8-865a-4ccfb360ddd6.png)

Hello, could you please explain the version of each package you are using?