Patryk Chrabaszcz

Results 6 comments of Patryk Chrabaszcz

What do you mean by **Of course, if the car can explore the final solution by one try, it will work.** . I think that if it finds good solution...

I don't see how one proper solution would drag the weights for the current policy such that it makes it more probable to draw more policies that reach final state...

Reward might be huge but by default if I understand correctly it uses weighted average to update parameters. But the weights in this average are from **centered_rank** . So if...

Hi @sahiliitm Could you point me to the code where you see virtual batch normalisation implementation? I thought it is: ```python @property def needs_ref_batch(self): return False ``` Which is currently...

The code for our experiments is available here: https://github.com/PatrykChrabaszcz/Imagenet32_Scripts/blob/master/WRNs_imagenet.py You can try to follow the code or use Theano graph visualization tool.

Hi @yanivbl6 Thanks for your interest, 1. np.imread was since deprecated, so I replaced it was imageio.imread for the same effect. I would prefer to keep the old code, in...