Michael Harradon

Results 20 comments of Michael Harradon

Thanks for the reply! Yes, I think it's as easy as the implementation you describe. I'm using this on SC2Map files created by DeepMind for use as minigames in reinforcement...

We're not seeing any chat from the receive end still, also trying to implement bidirectional communication. Has anyone made progress on this or found another approach? Currently my only idea...

Thanks for the responses! One oddity I noticed recently is that (on MacOS) if you click in the spawned window when running PySC2 (the game rendering without UI overlay) and...

Running into the same issue.

The issue occurs on 3.7.3 in a Docker container. I'll try to provide a container that reproduces it. I see it doesn't occur on my Mac with 3.7.3, though both...

I see from some review that sampling with replacement is standard due to theoretical justification, though I think in practice one might prefer either. I see other libraries make the...

I think this would be a nice PR to merge. I implemented the latest suggestions from @devmotion and PR'd at #1850. Happy to either see this PR fixed up or...

This continues to be an issue. For static assets it appears to be a relatively simple fix to `tensorboard/tools/import_google_fonts.py` and re-importing so the URLs are relative (missing a leading slash)....

Also it looks like it's specifically python3.6 or later?

I have attempted a (very sloppy) fix in #44. Apologies, I'm no Rust author 😆. I can confirm that this fixes the above issue with both `GEN_` and `LOAD_`- `MULTIPROC...