Chris Hoyean Song
Chris Hoyean Song
Implemented unit tests for data_structures.py. Now, coverage of this file is 100% :) By the way, I think this function is not invoked when we call `sorted()`. ``` FrozenList.__sorted__(self) ```...
Just like this video https://www.youtube.com/watch?v=DXUOWXidcY0
I have some questions about pysc2 baseline agent of Deepmind. https://deepmind.com/blog/deepmind-and-blizzard-open-starcraft-ii-ai-research-environment/ I'm trying to implement baseline agent illustrated in the pysc2 paper. My GitHub: https://github.com/chris-chris/pysc2-examples Question1. How can I implement...