nottombrown / rl-teacher

Code for Deep RL from Human Preferences [Christiano et al]. Plus a webapp for collecting human feedback
MIT License
556 stars 93 forks source link

should we be constrained in using GCS #25

Closed tigerneil closed 6 years ago

tigerneil commented 6 years ago

I run it on local without proxy, but my data is stored in GC. I can't receive data on django web page. See here: tweet There must be some way to achieve the same goal. Any suggestions?

nottombrown commented 6 years ago

Hmmm. Is the data correctly being stored in GCS? I would recommend running

gsutil ls <your bucket>

And make sure that the files are actually uploaded. If they are not then you may need to fix some bucket permissions.

nottombrown commented 6 years ago

Closing this issue as stale.