Mikhail Simin

Results 42 comments of Mikhail Simin

I wouldn't mind taking a stab at providing a general implementation. I'm not sure though that I understand the higher level bit. From reading the code when MCTS performs a...

oh interesting... that's a much higher-level parallelization than I was thinking of. Do you think this is better than doing a parallel loop _inside_ of MCTS? I don't really see...

oh, I see. My problem is that the slowest part of my particular game is the game simulation, not the CNN learning. The libraries for cnn do a pretty good...

Well... I actually can't proceed. There's some obscure difference between linux and mac python (I'm using 3.8.1) that prevents me from properly using `multiprocessing` library. I can get simple examples...

Proof of concept here: #221 Can I get someone's opinion on this who is willing to try it?

Thanks, @goshawk22 yeah all valid points. As I said this is just proof of concept. My mac doesn't have cuda so I have to test remotely. Adding a different seeding...

@suragnair can we get a feature branch for this work?

If anyone has time to help - what would be super useful is a set of some tests that ought to pass when `executeEpisode` is parallelized. Right now if this...

Thanks, Surag! And thanks, Evgeny -- I'll use that as a guideline. Right now I'm most worried that particular libraries, like pytorch, might not be configured properly for memory management...

Welp... sorry friends. I think I've put about 20 hours into trying to get this working, but there are too many nuances. Between various libraries, incompatibilities between versions of CUDA...