Metadata-Version: 1.1
Name: PySC2
Version: 3.0.0
Summary: Starcraft II environment and library for training agents.
Home-page: https://github.com/deepmind/pysc2
Author: DeepMind
Author-email: pysc2@deepmind.com
License: Apache License, Version 2.0
Description: PySC2 - StarCraft II Learning Environment
        
        PySC2 is DeepMind's Python component of the StarCraft II Learning Environment
        (SC2LE). It exposes Blizzard Entertainment's StarCraft II Machine Learning API
        as a Python RL Environment. This is a collaboration between DeepMind and
        Blizzard to develop StarCraft II into a rich environment for RL research. PySC2
        provides an interface for RL agents to interact with StarCraft 2, getting
        observations and sending actions.
        
        We have published an accompanying blogpost and paper
        https://deepmind.com/blog/deepmind-and-blizzard-open-starcraft-ii-ai-research-environment/
        which outlines our motivation for using StarCraft II for DeepRL research, and
        some initial research results using the environment.
        
        Read the README at https://github.com/deepmind/pysc2 for more information.
        
Keywords: StarCraft AI
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
