gym starcraft
1.0.0
Gym StarCraft는 OpenAI Gym용 환경 번들입니다. AI 연구를 위해 Torch와 StarCraft를 연결하는 Facebook의 TorchCraft를 기반으로 합니다.
OpenAI Gym 및 해당 종속 항목을 설치합니다.
TorchCraft 및 해당 종속성을 설치합니다. 토치 클라이언트 부분을 건너뛸 수 있습니다.
torchcraft-py와 해당 종속 항목을 설치합니다.
패키지 자체를 설치하십시오.
git clone https://github.com/deepcraft/gym-starcraft.git
cd gym-starcraft
pip install -e .
Chaoslauncher의 BWAPI로 스타크래프트 서버를 시작하세요.
예제 실행:
cd examples
python random_agent.py --ip $server_ip --port $server_port
$server_ip
및 $server_port
스타크래프트를 실행하는 서버의 IP 및 포트입니다.