- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/deepcraft/gym-starcraft
- 软件文档: https://github.com/deepcraft/gym-starcraft
软件介绍
Gym StarCraft 是阿里开源的一套专业易用的研究平台,AI 和强化学习研究者可以非常方便地使用 Python 语言来进行深度强化学习智能 Agent 的开发,它底层完成了对 TorchCraft 和 OpenAI Gym 的封装,支持基于 TensorFlow 和 Keras 等主流算法框架进行开发,仅需几十行代码即可完成一个基本的智能 Agent 的开发。
同时,便于评测智能 Agent 的有效性,Gym StarCraft 被集成在了 OpenAI Gym 这一主流的强化学习 AI评 测平台中,支持世界各地的星际 AI 研究者基于它去进行公平、快捷的效果评估,提供了一个人工智能的开放协作研究平台。
Usage
使用 Chaoslauncher BWAPI 启动 StarCraft 服务器。
运行:
cd examples python random_agent.py --ip $server_ip --port $server_port
$server_ip和$server_port是运行 StarCraft 的服务器的 ip 和端口。
Getting Started with C++ Audio Programming for Game Development
David Gouveia
Written specifically to help C++ developers add audio to their games from scratch, this book gives a clear introduction to the concepts and practical application of audio programming using the FMOD li......一起来看看 《Getting Started with C++ Audio Programming for Game Development》 这本书的介绍吧!
