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, when trying python run.py I get "Couldn't guess the available gpus on this machine". I use WinPython on Win10. After looking into the utils.py file i see the problem...

I run the run.py and it can work, the default environment is Breakout, and the model seems to be stored in 'env0_0.pk'. I want to know how to load the...

Using the normalized reward (#6 ) with the other agent's, taking the example of A2C where the discounted rewards are used on the extrinsic reward. 1. Now to which extent...

I get the error like this when i try to run the code for training mario ![image](https://user-images.githubusercontent.com/19864558/48187237-6c276500-e375-11e8-9d3d-14242f090dd2.png) ![image](https://user-images.githubusercontent.com/19864558/48187199-5154f080-e375-11e8-908a-d7861ab0e3a6.png) Thanks