Giter Club home page Giter Club logo

curiosity-driven-exploration-pytorch's People

Contributors

jcwleo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

curiosity-driven-exploration-pytorch's Issues

ask for help

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

Small internal rewards

Int reward values are anomaly small for sparse reward environments.
This is normal? if so, why?

Venture example:
Снимок экрана 2019-04-23 в 1 05 35

can you specify all versions of library used ?

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 step
observation, reward, done, info = self.env.step(action)
File ".../envs/p3-torch10/lib/python3.6/site-packages/gym/envs/atari/atari_env.py", line 88, in step
action = self._action_set[a]
IndexError: index 130 is out of bounds for axis 0 with size 4

No softmax activation for inverse net

Hi! For the inverse net in the ICM model, you did not use a SoftMax activation function.
But according to the paper:
In case a_t (action) is discrete, the output of g is a soft-max distribution across all possible actions.

Are you actually using the learned intrinsic reward for the agent?

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 environment/extrinsic rewards?

In some areas of your code I can see comments like
# total reward = int reward
which would, according to the original paper, be wrong, no?

Thank you.

Why Residual Blocks used?

Hi, I can't wrap my head around why you're using residual connections/blocks. I've seen it in other ICM implementations as well but where is that written in the paper? On what basis do we use it?

Thanks a lot!

ViZDoom Experiment

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.