zoukankan      html  css  js  c++  java
  • PySC2是DeepMind的“星际争霸II学习环境”(SC2LE)的Python组件

    PySC2是DeepMind的“星际争霸II学习环境”(SC2LE)的Python组件。 它暴露了暴雪娱乐公司的星际争霸II机器学习API作为Python RL环境。 这是DeepMind和暴雪之间的合作,将星际争霸II发展成为RL研究的丰富环境。 PySC2为RL代理提供了一个与星际争霸2进行交互的接口,获取观察和发送动作。
    我们发表了一篇随附的博客文章,其中概述了我们使用星际争霸II进行DeepRL研究的动机,以及使用环境的一些初步研究成果。
    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, which outlines our motivation for using StarCraft II for DeepRL research, and some initial research results using the environment.
    更多机器学习教程:http://www.tensorflownews.com/

  • 相关阅读:
    egrep及扩展正则
    grep命令及正则
    Linux管道及I/O重定向
    权限及权限管理
    Linux-用户管理
    Linux用户及权限
    文件名通配
    bash特性-命令历史命令行编辑
    USACO 2014 US Open Decorating The Pastures
    USACO 2014 US Open Odometer /// 枚举
  • 原文地址:https://www.cnblogs.com/tensorflownews/p/7342047.html
Copyright © 2011-2022 走看看