large-scale-curiosity icon indicating copy to clipboard operation
large-scale-curiosity copied to clipboard

Code for the paper "Large-Scale Study of Curiosity-Driven Learning"

Results 14 large-scale-curiosity issues
Sort by recently updated
recently updated
newest added

Hi, Would you consider releasing the noisy TV unity environment that you used in your experiments at the end of the paper ? Thanks

Hello, I created a Dockerfile to make the setup easier, especially considering the old Tensorflow version. The only dependency is [NVIDIA Docker](https://developer.nvidia.com/blog/nvidia-docker-gpu-server-application-deployment-made-easy/). ### Build the image `docker build -t large-scale-curiosity...

I only see the Optimizer in the PPo file code, I would like to ask how do you train the int_rew netwrok?

Is there any part of the code aim for the video recording?

- Added requirements.txt - Updated README.md

Hi, I wanted to try out the model but I'm getting this OS error of module not found. Can you help me figure out what the problem might be? I...

Hi I set the intrinsic value into zero in the rollout.py, and it should be a normal PPO algorithm right, but the episode reward is never going up. I assume...