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/

  • 相关阅读:
    zuul prefix
    zuul忽略表达式
    zuul 自定义路由映射规则
    ribbon重试机制
    feign容断忽略某些异常
    cloud turbine
    hystrix 给方法加断路器
    go语言常用函数:cap
    windows 安装 go语言
    mysql win源码比较大 不需要的文件删除 记录下来
  • 原文地址:https://www.cnblogs.com/tensorflownews/p/7342047.html
Copyright © 2011-2022 走看看