StarCraft II Learning Environment
This package is a JavaScript port of the deepmind/pysc2 Starcraft II environment and library for training agents.
- All core functionality will be kept the same, including the user command line api, however memory usage and performance may very to some degree for certain modules. Please run the tests in the
tests
directory for more information.
Progress tracked here
- lib/video_writer.js see these docs for more info
- Using a mocked up draw_base_map function call to test rendering computation time Tensorflow vs Vanilla JS