Michael Harradon

Results 7 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...