https://catalogartifact.azureedge.net/publicartifacts/bcloudllc1671615348068.pysc3-ddd8dca0-829b-4e6d-a0c0-15cbe5c47538/image0_bCloudlog.png
PySC2
by bCloud LLC
Just a moment, logging you in...
Version 4.0.0 + Free Support on Ubuntu 26.04
PySC2 is an open-source Python environment developed by DeepMind for designing, training, and evaluating reinforcement learning agents in Blizzard's StarCraft II game. It provides a comprehensive API for interacting with the game environment, enabling researchers and developers to build AI applications while supporting experimentation with complex real-time strategy scenarios.
Features of PySC2:- Build and train reinforcement learning agents for StarCraft II.
- Access detailed game observations, actions, and environment states through a Python API.
- Support single-player, multiplayer, and custom map scenarios for AI experimentation.
- Enable replay analysis and benchmarking of reinforcement learning algorithms.
- Integrate with popular Python machine learning and deep learning frameworks.
PySC2 usage:
$ sudo su
$ apt update
$ cd /opt/pysc2
$ source venv/bin/activate
$ python -c "import pysc2; print('PySC2 installed successfully')"
$ pip show PySC2