DanielTakeshi / Algorithmic-HRI

1 stars 0 forks source link

NATURE version will quickly go through 1 million iterations #7

Open DanielTakeshi opened 7 years ago

DanielTakeshi commented 7 years ago

Per epoch, there are 250k steps for the NATURE version. With 1 million steps, this means we will get right past the human net case with just 4 epochs. In fact, it could be less if the testing epochs of 125k is included, but I don't think that's the case.

I should consider increasing the number of steps (EPSILON_DECAY in the code) so that I can better investigate the impact of my net. Maybe increasing it by 10x, so 10 million, would work?