JP2019095973A - Information processor and information processing program - Google Patents

Information processor and information processing program Download PDF

Info

Publication number
JP2019095973A
JP2019095973A JP2017223634A JP2017223634A JP2019095973A JP 2019095973 A JP2019095973 A JP 2019095973A JP 2017223634 A JP2017223634 A JP 2017223634A JP 2017223634 A JP2017223634 A JP 2017223634A JP 2019095973 A JP2019095973 A JP 2019095973A
Authority
JP
Japan
Prior art keywords
game
character
player
log
objects
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2017223634A
Other languages
Japanese (ja)
Other versions
JP6612306B2 (en
Inventor
奥村 純
Jun Okumura
純 奥村
佑 甲野
Yu Kono
佑 甲野
一樹 田中
Kazuki Tanaka
一樹 田中
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
DeNA Co Ltd
Original Assignee
DeNA Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by DeNA Co Ltd filed Critical DeNA Co Ltd
Priority to JP2017223634A priority Critical patent/JP6612306B2/en
Publication of JP2019095973A publication Critical patent/JP2019095973A/en
Application granted granted Critical
Publication of JP6612306B2 publication Critical patent/JP6612306B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Electrically Operated Instructional Devices (AREA)

Abstract

To efficiently learn an artificial intelligence agent playing an electronic game using a plurality of objects.SOLUTION: A player log collection part 52 acquires a player log to be data showing a game progress history of a player related to a game. An expression learning unit 54 performs expression learning on the basis of the player log stored in a player log DB36 and learns feature vectors expressing features of respective characters. A learning part 56 with a teacher has AI agents 42 learn strategies about use of the respective characters while using feature vectors of the respective characters learned by the expression learning unit 54 on the basis of the player log stored to the player log DB36. An AI match processing part 58 has the AI agents 42 that have learned match each other in the game, and an AI log collection part 62 acquires AI logs. A statistic data generation part 64 generates statistic data 44a related to a use result of the characters on the basis of the AI logs.SELECTED DRAWING: Figure 5

Description

本発明は、情報処理装置及び情報処理プログラムに関し、特に、電子ゲームを提供する情報処理装置及び情報処理プログラムに関する。   The present invention relates to an information processing apparatus and an information processing program, and more particularly to an information processing apparatus and an information processing program for providing an electronic game.

従来、電子ゲームを提供する情報処理装置が知られている。このような情報処理装置によって提供される電子ゲームとしては、キャラクタやカードといった複数のオブジェクト(ゲーム内オブジェクト)を使用する電子ゲームが知られている。その一例として、プレイヤが複数のオブジェクトを使用しながら、コンピュータあるいは他のプレイヤである対戦相手と戦う対戦ゲームがある。   BACKGROUND Conventionally, an information processing apparatus that provides an electronic game is known. As an electronic game provided by such an information processing apparatus, an electronic game using a plurality of objects (in-game objects) such as characters and cards is known. As an example, there is a battle game in which a player uses a plurality of objects while fighting against an opponent who is a computer or another player.

一方、近年、機械学習の研究が盛んに行われている。例えば、多層のニューラルネットワークを用いたディープラーニングに関する研究が行われている。このようなディープラーニングを用いて、電子ゲームをプレイする人工知能(AI;Artificial Intelligence)エージェントを学習させ、従来よりも高い性能を有する(すなわちゲームが「うまい」)AIエージェントが実現されている。例えば、非特許文献1には、囲碁をプレイするAIエージェントに適用されたディープニューラルネットワークに関する技術が開示されている。   On the other hand, research on machine learning has been actively conducted in recent years. For example, research has been conducted on deep learning using multi-layered neural networks. Such deep learning is used to learn an artificial intelligence (AI) agent playing an electronic game, and an AI agent having higher performance than before (that is, a game is “good”) is realized. For example, Non-Patent Document 1 discloses a technique related to a deep neural network applied to an AI agent playing Go.

David Silver, et al, “Mastering the Game of Go with Deep Neural Networks and Tree Search”Nature 529,484-489,(28 January 2016)David Silver, et al, “Mastering the Game of Go with Deep Neural Networks and Tree Search”, Nature 529, 484-489, (28 January 2016)

囲碁や将棋などの電子ゲームにおいては、使用することができるオブジェクトの種類が限られている。例えば、囲碁においては、オブジェクトの種類としては白石と黒石のみであり、将棋においても、オブジェクトの種類としては、王、龍、飛、馬、角などといった限られた種類があるだけである。電子ゲームをプレイするAIエージェントを学習させるにあたり、当該電子ゲームで使用されるオブジェクトを識別した上で学習する必要がある。囲碁や将棋の場合、上述のように、使用されるオブジェクトの種類が少ないために、one hot vectorなどの手法により、各オブジェクトに対して個別にラベル付けすることで識別を行っても特段の問題を生じることがなかった。   In electronic games such as Go and Shogi, the types of objects that can be used are limited. For example, in Go, only Shiraishi and Kuroishi are the types of objects, and in Shogi, there are only limited types of objects such as king, dragon, flying, horse, horn, and the like. In order to learn an AI agent playing an electronic game, it is necessary to identify and learn an object used in the electronic game. In the case of Go and Shogi, as described above, since there are few types of objects used, even if identification is performed by individually labeling each object by a method such as one hot vector, a particular problem Did not occur.

しかしながら、例えば千数百あるいはそれ以上の数といったような多数のオブジェクトが使用される電子ゲームをプレイするAIエージェントを学習させる場合、各オブジェクトに対して個別にラベル付けを行うと、オブジェクトを表現するベクトルが膨大な数の次元を有することとなってしまう。これにより、AIエージェントにおけるゲームプレイのための処理、あるいはAIエージェントの学習処理が煩雑になってしまうという問題が生じ得る。   However, when learning an AI agent playing an electronic game in which a large number of objects, for example, a few hundred or more, are used, labeling each object individually represents the objects. The vector will have a huge number of dimensions. As a result, there may arise a problem that the processing for game play in the AI agent or the learning processing of the AI agent becomes complicated.

また、多数のオブジェクトの中には、特徴(例えば使用したときのゲーム上の効果)が似ているオブジェクトが存在する場合がある。AIエージェントの学習を行う際に、特徴が似ているオブジェクトについては同様に学習すれば足りる場合がある。換言すれば、特徴が似ているオブジェクトは互いに識別する必要性が少ないため、特徴が似ているオブジェクトを識別して学習することが非効率となる場合がある。   In addition, among many objects, there may be objects having similar characteristics (for example, game effects when used). When learning an AI agent, it may be sufficient to similarly learn an object having similar characteristics. In other words, since objects with similar features need not be identified with one another, identifying and learning objects with similar features may be inefficient.

本発明の目的は、複数のオブジェクトを使用する電子ゲームをプレイする人工知能エージェントをより効率的に学習することにある。   An object of the present invention is to more efficiently learn an artificial intelligence agent playing an electronic game using a plurality of objects.

本発明は、複数のオブジェクトを使用する電子ゲームに関するプレイヤのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むゲームログに基づいて、各前記オブジェクトの特徴を表す特徴ベクトルを学習する表現学習部と、前記ゲームログと、前記表現学習部が学習した各前記オブジェクトの前記特徴ベクトルとを少なくとも用いて、前記電子ゲームをプレイする人工知能エージェントに、前記複数のオブジェクトの使用に関する戦略を学習させる戦略学習部と、を備えることを特徴とする情報処理装置である。   The present invention shows a game progress history of a player related to an electronic game using a plurality of objects, and an expression learning learning a feature vector representing a feature of each of the objects based on a game log including a use result of the plurality of objects. At least using the unit, the game log, and the feature vector of each of the objects learned by the expression learning unit, the artificial intelligence agent who plays the electronic game learns a strategy regarding the use of the plurality of objects An information processing apparatus comprising: a strategy learning unit.

望ましくは、前記戦略学習部は、前記ゲームログに基づいて前記人工知能エージェントに対して教師あり学習を行う教師あり学習部、及び、前記人工知能エージェントに対して強化学習を行う強化学習部の少なくとも一方を含む、ことを特徴とする。   Preferably, the strategy learning unit is at least a supervised learning unit that performs supervised learning on the artificial intelligence agent based on the game log, and at least a reinforcement learning unit that performs reinforcement learning on the artificial intelligence agent. It is characterized by including one.

望ましくは、学習済みの前記人工知能エージェントを用いた前記電子ゲームのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むAIログに基づいて、前記オブジェクトの使用結果に関する統計データを生成する統計データ生成部と、前記統計データを表示部に表示させる表示制御部と、をさらに備えることを特徴とする。   Desirably, a statistic indicating a game progress history of the electronic game using the learned artificial intelligence agent, and generating statistical data on the use result of the object based on an AI log including the use result of the plurality of objects A data generation unit and a display control unit for displaying the statistical data on a display unit are further included.

望ましくは、前記人工知能エージェントを用いた前記電子ゲームの対戦においては、一般プレイヤが使用できない開発中オブジェクトが使用され、前記AIログには、前記開発中オブジェクトの使用結果が含まれ、前記統計データ生成部は、前記開発中オブジェクトの使用結果に関する統計データを生成する、ことを特徴とする。   Preferably, in the competition of the electronic game using the artificial intelligence agent, an object under development which can not be used by a general player is used, and the AI log includes a use result of the object under development, and the statistical data The generating unit generates statistical data on the use result of the object under development.

望ましくは、前記AIログには、学習済みの前記人工知能エージェント同士による前記電子ゲームのゲーム進行履歴及び前記複数のオブジェクトの使用結果が含まれる、ことを特徴とする。   Preferably, the AI log includes a game progress history of the electronic game by the learned artificial intelligence agents and a use result of the plurality of objects.

望ましくは、前記統計データは、前記オブジェクトを使用した場合における勝率、前記オブジェクトを使用した場合における前記オブジェクトが発動し得る特殊効果の発動確率、及び、前記オブジェクトを使用した場合に生じた効果の分布、の少なくとも1つを含む、ことを特徴とする。   Preferably, the statistical data includes a winning percentage when the object is used, a probability of activating a special effect which can be triggered by the object when the object is used, and a distribution of effects generated when the object is used. And at least one of the above.

また、本発明は、コンピュータを、複数のオブジェクトを使用する電子ゲームに関するプレイヤのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むゲームログに基づいて、各前記オブジェクトの特徴を表す特徴ベクトルを学習する表現学習部と、前記ゲームログと、前記表現学習部が学習した各前記オブジェクトの前記特徴ベクトルとを少なくとも用いて、前記電子ゲームをプレイする人工知能エージェントに、前記複数のオブジェクトの使用に関する戦略を学習させる戦略学習部と、として機能させることを特徴とする情報処理プログラムである。   The present invention also provides a computer with a game progress history of a player related to an electronic game using a plurality of objects, and a feature vector representing the feature of each of the objects based on a game log including usage results of the plurality of objects. Using the plurality of objects in an artificial intelligence agent that plays the electronic game using at least an expression learning unit that learns, the game log, and the feature vector of each of the objects learned by the expression learning unit And an information processing program characterized by causing it to function as a strategy learning unit for learning a strategy related to

本発明によれば、複数のオブジェクトを使用する電子ゲームをプレイする人工知能エージェントをより効率的に学習することができる。   According to the present invention, an artificial intelligence agent playing an electronic game using a plurality of objects can be learned more efficiently.

本実施形態に係るゲームシステムの構成概略図である。It is a structure schematic diagram of a game system concerning this embodiment. 本実施形態に係るゲームシステムが提供するゲームのゲーム画面の例を示す図である。It is a figure which shows the example of the game screen of the game which the game system which concerns on this embodiment provides. プランナ端末の構成概略図である。It is a structure schematic of a planner terminal. プレイヤ端末の構成概略図である。It is a structure schematic of a player terminal. ゲームサーバの構成概略図である。It is a structure schematic of a game server. キャラクタDBの内容例を示す図である。It is a figure which shows the example of a content of character DB. プレイヤログDBの内容例を示す図である。It is a figure which shows the example of a content of player log DB. 複数の統計データの表示例を示す図である。It is a figure which shows the example of a display of several statistical data. 本実施形態に係るゲームサーバの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the game server which concerns on this embodiment.

以下、本発明の実施形態について説明する。   Hereinafter, embodiments of the present invention will be described.

図1に、本実施形態に係るゲームシステム10の構成概略図が示されている。ゲームシステム10は、ゲームシステム10により提供される電子ゲーム(以下単に「本ゲーム」と記載する)の開発者、より詳しくは、本ゲームで使用されるオブジェクトの作成者であるプランナが使用するプランナ端末12、本ゲームのプレイヤが使用するプレイヤ端末14、及び、情報処理装置としてのゲームサーバ16を含んで構成されている。プランナ端末12とゲームサーバ16との間、及び、プレイヤ端末14とゲームサーバ16との間は、通信回線18を介して互いに通信可能に接続されている。通信回線18は、例えばインターネットあるいはローカルエリアネットワーク(LAN)などによって構成される。なお、図1には、プランナ端末12及びプレイヤ端末14がそれぞれ1つずつ示されているが、これらはそれぞれ複数設けられてよい。   FIG. 1 shows a schematic configuration diagram of a game system 10 according to the present embodiment. The game system 10 is a developer of an electronic game provided by the game system 10 (hereinafter simply referred to as “the game”), more specifically, a planner used by a planner who is a creator of an object used in the game. A terminal 12, a player terminal 14 used by a player of the game, and a game server 16 as an information processing apparatus are included. The planner terminal 12 and the game server 16 and the player terminal 14 and the game server 16 are communicably connected to each other via the communication line 18. The communication line 18 is configured by, for example, the Internet or a local area network (LAN). Although one planner terminal 12 and one player terminal 14 are shown in FIG. 1, a plurality of each may be provided.

ゲームシステム10においては、プランナがプランナ端末12を用いてゲームサーバ16にアクセスすることで、オブジェクトの作成を含む本ゲームの開発を行うことができる。そして、プレイヤ端末14から送信される本ゲームの提供要求に応じて、ゲームサーバ16が各種ゲーム情報をプレイヤ端末14に送信することで本ゲームが提供される。   In the game system 10, when the planner accesses the game server 16 using the planner terminal 12, the present game including the creation of an object can be developed. Then, the game server 16 transmits various game information to the player terminal 14 in response to the request for providing the main game transmitted from the player terminal 14, whereby the present game is provided.

ここで、本ゲームの内容について説明する。図2に、プレイヤ端末14に表示されるゲーム画面の例が示されている。本ゲームは、複数のオブジェクトとしての複数のキャラクタを使用して、敵プレイヤと対戦を行うものである。敵プレイヤとしては、自プレイヤ以外の他のプレイヤであってもよいし、コンピュータ(ゲームサーバ16)であってもよい。具体的には、ゲームフィールドとしての、複数のマスが定義された盤20上に、オセロ(登録商標)の要領で自プレイヤと敵プレイヤとが交互にキャラクタを配置していくものである。図2においては、各マスの行が数字「1」〜「6」で、列が英字「A」〜「F」で示されている。   Here, the contents of the game will be described. An example of a game screen displayed on the player terminal 14 is shown in FIG. This game is to play a match against an enemy player using a plurality of characters as a plurality of objects. The enemy player may be another player other than the player, or may be a computer (game server 16). Specifically, on the board 20 in which a plurality of squares are defined as a game field, the player and the enemy player alternately arrange the characters in the manner of Othello (registered trademark). In FIG. 2, the rows of each box are indicated by numerals “1” to “6” and the columns by alphabetic characters “A” to “F”.

盤20上の白丸は自プレイヤの石(白石)を示し、黒丸は敵プレイヤの石(黒石)を示す。そして、盤20上の白丸の中にキャラクタ名(例えば「C0055」)が記載されたものは自プレイヤのキャラクタ(自キャラクタ)を示し、黒丸の中にキャラクタ名が記載されたものは敵プレイヤのキャラクタ(敵キャラクタ)を示す。2つの自キャラクタ、又は、1つの白石と1つの自キャラクタで、敵キャラクタあるいは黒石を挟み込むと、敵キャラクタあるいは黒石を白石に変化させる(ひっくり返す)ことができる。また、2つの敵キャラクタ、又は、1つの黒石と1つの敵キャラクタで、自キャラクタあるいは白石が挟み込まれると、自キャラクタあるいは白石が黒石に変化させられる。なお、通常のオセロ同様、ゲーム開始時において、盤20の中央部4つのマスには白石と黒石が2つずつ置かれていてよい。すなわち、3Cのマス及び4Dのマスには白石が、3Dのマス及び4Cのマスには黒石が置かれていてよい。   The white circles on the board 20 indicate the player's stone (white stone), and the black circles indicate the enemy player's stone (black stone). The character with the character name (for example, "C0055") in the white circle on the board 20 indicates the character of the player (the player character), and the character with the character name in the black circle is the enemy player's Indicates a character (enemy character). When an enemy character or black stone is sandwiched between two self characters or one white stone and one self character, the enemy character or black stone can be changed (turned over) to white stone. When one's own character or white stone is inserted between two enemy characters or one black stone and one enemy character, the own character or white stone is changed to black stone. As in the normal Othello, two white stones and two black stones may be placed on the four central squares of the board 20 at the start of the game. That is, white stones may be placed in 3C and 4D squares, and black stones may be placed in 3D and 4C squares.

プレイヤは、本ゲーム内において定義された複数のキャラクタであって、当該プレイヤが取得した(本ゲーム内で使用可能となった)キャラクタの中から複数のキャラクタを選択する。例えば、本実施形態では16個のキャラクタを選択する。プレイヤによって選択された16個のキャラクタ群をデッキと呼ぶ。プレイヤは、ゲームの進行に応じて、あるいは、課金することによって新たなキャラクタを取得することができる。図2に示すように、デッキの中から選択された4つのキャラクタが画面に表示される。当該4つのキャラクタを手駒22と呼ぶ。なお、手駒22は、ゲームサーバ16によってデッキの中からランダムに選択されてもよいし、プレイヤがデッキの中から選択可能となっていてもよい。ユーザは、4つの手駒22の中から任意のキャラクタを選択し、選択したキャラクタを盤20上のマスに配置する。手駒22の中から1つのキャラクタが盤20上に配置されると、デッキの中から選択された1つのキャラクタが新たに手駒22に加えられる。   The player is a plurality of characters defined in the present game, and selects a plurality of characters from the characters acquired by the player (available in the present game). For example, in the present embodiment, 16 characters are selected. The sixteen character groups selected by the player are called a deck. The player can acquire a new character according to the progress of the game or by charging. As shown in FIG. 2, four characters selected from the deck are displayed on the screen. The four characters are called a handpiece 22. The handpieces 22 may be randomly selected from the decks by the game server 16 or may be selectable by the player from the decks. The user selects an arbitrary character from the four handpieces 22 and places the selected character in a box on the board 20. When one character out of the handpieces 22 is placed on the board 20, one character selected from the deck is newly added to the handpieces 22.

詳細は後述するが、各キャラクタには複数のパラメータが設定されている。例えば、攻撃力、スキル効果、スキル発動条件といったパラメータが設定されている。キャラクタが盤20上に配置されると、当該キャラクタの攻撃力に応じたダメージを対戦相手に与えることができる。あるいは、当該キャラクタのスキル発動条件が満たされると、当該キャラクタが有する特殊効果としてのスキル(技)が実行され、スキル効果(あるいはスキル効果及び攻撃力)に応じたゲーム上の効果が発動される。   Although the details will be described later, a plurality of parameters are set for each character. For example, parameters such as an attack power, a skill effect, and a skill activation condition are set. When the character is placed on the board 20, it is possible to give the opponent a damage according to the offensive power of the character. Alternatively, when the skill activation condition of the character is satisfied, the skill as a special effect of the character is executed, and the game effect according to the skill effect (or the skill effect and the aggression) is activated. .

自プレイヤ及び敵プレイヤにはそれぞれHP(ヒットポイント)が設定されている。図2においては、自プレイヤの最大HPが250であり、現在のHPが180であることが示されている。キャラクタが盤20上に配置されたことや、スキルを実行することなどによって対戦相手のHPを減らすことができる。また、キャラクタのスキルによってHPが回復できるようになっていてもよい。そして、先にHPが0になった方が負けであり、他方が勝ちとなる。   An HP (hit point) is set for each of the player and the enemy player. In FIG. 2, it is shown that the maximum HP of the player is 250 and the current HP is 180. An opponent's HP can be reduced by the fact that the character is placed on the board 20 or by executing a skill. Also, HP may be able to recover depending on the skill of the character. And if HP becomes 0 first, it is a loss, the other will win.

このように、ゲームシステム10により提供されるゲームは、プレイヤが複数のキャラクタを使用しながら対戦相手と対戦を行うゲームである。   Thus, the game provided by the game system 10 is a game in which the player plays a match against the opponent while using a plurality of characters.

図3には、プランナ端末12の構成概略図が示されている。プランナ端末12は、例えば一般的なコンピュータであってよい。   FIG. 3 shows a schematic configuration of the planner terminal 12. The planner terminal 12 may be, for example, a general computer.

制御部12aは、例えばCPU(Central Processing Unit)あるいはマイクロコンピュータなどを含んで構成され、後述の記憶部12eに記憶されたプログラムに従ってプランナ端末12の各部を制御するものである。   The control unit 12a includes, for example, a CPU (Central Processing Unit) or a microcomputer, and controls each unit of the planner terminal 12 in accordance with a program stored in a storage unit 12e described later.

通信部12bは、例えばネットワークアダプタなどを含んで構成され、通信回線18を介してゲームサーバ16と通信する機能を有するものである。   The communication unit 12 b includes, for example, a network adapter, and has a function of communicating with the game server 16 via the communication line 18.

入力部12cは、例えばマウス、キーボード、あるいはタッチパネルなどを含んで構成される。入力部12cは、プランナの指示をプランナ端末12に入力するためのものである。   The input unit 12c includes, for example, a mouse, a keyboard, or a touch panel. The input unit 12 c is for inputting a planner's instruction to the planner terminal 12.

表示部12dは、例えば液晶ディスプレイなどを含んで構成され、各種画面を表示するものである。特に、表示部12dには、ゲームの開発画面などが表示される。   The display unit 12 d is configured to include, for example, a liquid crystal display and the like, and displays various screens. In particular, a game development screen or the like is displayed on the display unit 12d.

記憶部12eは、例えばハードディスク、RAM(Random Access Memory)、あるいはROM(Read Only Memory)などを含んで構成される。記憶部12eには、プランナ端末12の各部を動作させるためのプログラムが記憶される。あるいは、記憶部12eには、各種の制御データあるいは各種の処理結果データなどが記憶される。   The storage unit 12 e includes, for example, a hard disk, a random access memory (RAM), or a read only memory (ROM). The storage unit 12e stores a program for operating each unit of the planner terminal 12. Alternatively, various control data or various processing result data may be stored in the storage unit 12e.

図4には、プレイヤ端末14の構成概略図が示されている。本実施形態においては、プレイヤ端末14としてはスマートフォンやタブレット端末といった携帯型の端末が用いられるが、プレイヤ端末14は据え置き型のコンピュータであってもよい。   FIG. 4 shows a schematic configuration of the player terminal 14. In the present embodiment, a portable terminal such as a smartphone or a tablet terminal is used as the player terminal 14, but the player terminal 14 may be a stationary computer.

制御部14aは、例えばCPUあるいはマイクロコンピュータなどを含んで構成され、後述の記憶部14eに記憶されたゲームのクライアントプログラムに従ってプレイヤ端末14の各部を制御するものである。   The control unit 14a includes, for example, a CPU or a microcomputer, and controls each unit of the player terminal 14 according to a client program of a game stored in a storage unit 14e described later.

通信部14bは、例えばネットワークアダプタなどを含んで構成され、通信回線18を介してゲームサーバ16と通信する機能を有するものである。   The communication unit 14 b includes, for example, a network adapter, and has a function of communicating with the game server 16 via the communication line 18.

入力部14cは、例えばタッチパネルあるいはボタンなどを含んで構成される。入力部14cは、プレイヤの指示をプレイヤ端末14に入力するためのものである。   The input unit 14 c includes, for example, a touch panel or a button. The input unit 14 c is for inputting an instruction of the player to the player terminal 14.

表示部14dは、例えば液晶ディスプレイなどを含んで構成され、各種画面を表示する者である。特に、表示部14dにはゲーム画面などが表示される。   The display unit 14d is configured to include, for example, a liquid crystal display and the like, and is a person who displays various screens. In particular, a game screen or the like is displayed on the display unit 14d.

記憶部14eは、例えばRAMあるいはROMなどを含んで構成される。記憶部14eには、ゲームのクライアントプログラムが記憶される。あるいは、記憶部14eには、各種の制御データあるいは各種のゲーム処理結果データなどが記憶される。   The storage unit 14 e includes, for example, a RAM or a ROM. The storage unit 14e stores a game client program. Alternatively, various control data or various game processing result data may be stored in the storage unit 14e.

図5には、ゲームサーバ16の構成概略図が示されている。   A schematic diagram of the game server 16 is shown in FIG.

通信部30は、例えばネットワークアダプタなどを含んで構成され、通信回線18を介してプランナ端末12及びプレイヤ端末14と通信する機能を有するものである。   The communication unit 30 includes, for example, a network adapter, and has a function of communicating with the planner terminal 12 and the player terminal 14 via the communication line 18.

記憶部32は、例えばハードディスク、RAM、あるいはROMなどを含んで構成される。記憶部32には、情報処理プログラムとしての、ゲームのホストプログラムが記憶される。当該ホストプログラムが実行されることで、ゲームが進行すると共に、ゲームサーバ16の各部が動作する。また、図5に示される通り、記憶部32には、キャラクタDB34、プレイヤログDB36、分散表現DB38、AIログDB40、AIエージェント42、及び、複数の統計データ44aからなる統計データ群44が記憶される。   The storage unit 32 includes, for example, a hard disk, a RAM, or a ROM. The storage unit 32 stores a game host program as an information processing program. By the host program being executed, the game progresses and the respective units of the game server 16 operate. In addition, as shown in FIG. 5, the storage unit 32 stores a statistical data group 44 including a character DB 34, a player log DB 36, a distributed representation DB 38, an AI log DB 40, an AI agent 42, and a plurality of statistical data 44a. Ru.

キャラクタDB34は、本ゲームにおいて(すなわちホストプログラムによって)定義され、本ゲーム内で自プレイヤあるいは敵プレイヤが使用可能なキャラクタに関するデータが格納されたデータベースである。具体的には、キャラクタDB34には、各キャラクタに設定された各パラメータが格納されている。なお、本ゲームにおいては、千数百のキャラクタを使用することが可能となっており、また、新規キャラクタが逐次追加されていく仕様になっている。   The character DB 34 is a database that is defined in the present game (that is, by the host program) and stores data regarding characters that can be used by the player or the enemy player in the game. Specifically, in the character DB 34, each parameter set for each character is stored. In addition, in this game, it is possible to use thousands of characters, and it is a specification in which new characters are sequentially added.

図6に、キャラクタDB34の内容例が示されている。図6においては、キャラクタDB34がテーブル形式で示されているが、キャラクタDB34のデータ形式はこれに限られるものではない。図6においては、1つのレコードが1つのキャラクタに対応している。本実施形態では、各キャラクタは、キャラクタ名、当該キャラクタの特徴を示す属性、当該キャラクタの入手困難度を示すレア度、当該キャラクタが盤20上に配置されたときに対戦相手に与えるダメージの基準となる攻撃力、スキル名、当該キャラクタのスキルが発動する条件を示すスキル発動条件、及び、スキルが発動したときの効果であるスキル効果のパラメータを有している。なお、スキル効果の欄にある「通常攻撃」とは、キャラクタが盤20上に配置され、スキルを発動せずに攻撃力の値に基づいて対戦相手にダメージを与えることを意味する。   An example of the content of the character DB 34 is shown in FIG. In FIG. 6, the character DB 34 is shown in a table format, but the data format of the character DB 34 is not limited to this. In FIG. 6, one record corresponds to one character. In the present embodiment, each character has a character name, an attribute indicating the feature of the character, a rare degree indicating the difficulty of obtaining the character, and a criterion of damage to the opponent when the character is placed on the board 20 The attack power, the skill name, the skill activation condition indicating the condition for activating the skill of the character, and the parameter of the skill effect which is the effect when the skill is activated. Note that “normal attack” in the column of skill effects means that the character is placed on the board 20 and damages the opponent based on the value of the offensive power without activating the skill.

これらのパラメータはプランナによって定義される。もちろん、パラメータの項目としては、これらに限られず、各キャラクタは、その他の項目に対するパラメータを有していてもよい。   These parameters are defined by the planner. Of course, the item of parameters is not limited to these, and each character may have parameters for other items.

図6に示すように、本実施形態においては、各キャラクタのスキル発動条件が、例えば「HPが最大HPの5%以下」あるいは「盤上に属性がP1の自キャラクタが3つ以上」といったように、ゲーム状況に関する条件で規定されている。したがって、プランナとしては、スキル効果あるいは攻撃力を適切に設定することが難しくなっている。仮に、スキル発動条件が単純に確率として数値で与えられているならば、プランナとしては、スキル発動の確率(数値)に基づいて、適切なスキル効果あるいは攻撃力を設定することが比較的容易となる。しかしながら、スキル発動条件がゲーム状況に関する条件で規定されている場合、そのキャラクタのスキルの発動確率を把握することが容易でなく、これが新規キャラクタのスキル効果あるいは攻撃力を適切に設定することを難しくしている。   As shown in FIG. 6, in the present embodiment, the skill activation condition of each character is, for example, "HP is 5% or less of maximum HP" or "3 or more own characters with attribute P1 on the board" The conditions regarding the game situation are stipulated. Therefore, it is difficult for the planner to properly set the skill effect or the offensive power. Assuming that the skill activation condition is simply given as a probability as a numerical value, it is relatively easy for the planner to set an appropriate skill effect or aggression based on the probability (numerical value) of the skill activation. Become. However, when the skill activation condition is defined in the condition related to the game situation, it is not easy to grasp the activation probability of the skill of the character, and it is difficult to appropriately set the skill effect or the aggression of the new character. doing.

また、プレイヤとしても、各キャラクタのスキル発動条件がゲーム状況に関する条件で規定されているために、デッキに入れるキャラクタを適切に選択することが難しくなっている。すなわち、プレイヤとしても、キャラクタのスキル発動条件を見ても、当該キャラクタがどの程度の確率でスキルを発動するのかを把握することが容易でないからである。   In addition, even as a player, it is difficult to appropriately select a character to be included in the deck because the skill activation condition of each character is defined by the condition related to the game situation. That is, even as a player, it is not easy to grasp the probability with which the character activates the skill even if the skill activation condition of the character is viewed.

図5に戻り、プレイヤログDB36、分散表現DB38、及びAIログDB40には、それぞれ各種データが格納される。これらのデータベースに格納されるデータの詳細については後述する。   Returning to FIG. 5, various data are stored in the player log DB 36, the distributed representation DB 38, and the AI log DB 40, respectively. Details of data stored in these databases will be described later.

AIエージェント42は、本ゲームをプレイする人工知能プログラムである。AIエージェント42は、後述のディープラーニングを用いた方法によって学習される。AIエージェント42の学習手法の詳細については後述する。本実施形態におけるAIエージェント42は、多層ニューラルネットワークを含んで構成される。多層ニューラルネットワークは、各種パラメータ(層構造、各層におけるニューロン構造、各ニューロンの重みあるいはバイアスなど)により定義されるため、記憶部32は、これらのパラメータが記憶される。   The AI agent 42 is an artificial intelligence program that plays the game. The AI agent 42 is learned by a method using deep learning described later. Details of the learning method of the AI agent 42 will be described later. The AI agent 42 in the present embodiment is configured to include a multi-layered neural network. Since the multilayer neural network is defined by various parameters (layer structure, neuron structure in each layer, weight or bias of each neuron, etc.), the storage unit 32 stores these parameters.

統計データ44aは、キャラクタの使用結果に関する統計データである。本実施形態においては、統計データ44aはキャラクタ毎に生成され、各キャラクタに対応した複数の統計データ44aが統計データ群44である。なお、統計データ44aは、後述の統計データ生成部64により生成されるものであり、その詳細については後述する。   Statistical data 44a is statistical data on the use result of the character. In the present embodiment, the statistical data 44 a is generated for each character, and a plurality of statistical data 44 a corresponding to each character is the statistical data group 44. The statistical data 44a is generated by a statistical data generation unit 64 described later, and the details thereof will be described later.

制御部50は、例えばCPU、GPU(Graphics Processing Unit)あるいはマイクロコンピュータなどを含んで構成され、記憶部32に記憶されたゲームのホストプログラムに従ってゲームサーバ16の各部を制御する。また、図5に示される通り、制御部50は、ホストプログラムによって、プレイヤログ収集部52、表現学習部54、教師あり学習部56、AI対戦処理部58、強化学習部60、AIログ収集部62、統計データ生成部64、及び、表示制御部66としても機能する。以下、制御部50が有するこれらの機能について説明する。   The control unit 50 includes, for example, a CPU, a graphics processing unit (GPU), or a microcomputer, and controls each unit of the game server 16 in accordance with a host program of the game stored in the storage unit 32. Further, as shown in FIG. 5, the control unit 50 controls the player log collecting unit 52, the expression learning unit 54, the supervised learning unit 56, the AI battle processing unit 58, the reinforcement learning unit 60, the AI log collecting unit according to the host program. It also functions as the statistical data generator 64 and the display controller 66. Hereinafter, these functions of the control unit 50 will be described.

プレイヤログ収集部52は、本ゲームに関するプレイヤのゲーム進行履歴を示すデータであるプレイヤログを取得して、プレイヤログDB36に格納する。プレイヤログ収集部52は、プレイヤによるゲームプレイが終了した時、あるいはゲームプレイ中にプレイヤログを取得する。ちなみに、ここでいうプレイヤには、本ゲームの開発者も含まれていてよく、プレイヤログ収集部52は、開発者によるテストプレイに関するログを取得するようにしてもよい。いずれにしても、プレイヤログは、人間による実際のゲームプレイに関するログである。   The player log collecting unit 52 acquires a player log, which is data indicating a game progress history of a player regarding the game, and stores the player log in the player log DB 36. The player log collecting unit 52 acquires the player log when the game play by the player ends or during the game play. Incidentally, the player referred to here may include the developer of the game, and the player log collecting unit 52 may acquire a log regarding test play by the developer. In any case, the player log is a log related to the actual game play by a human.

図7に、プレイヤログDB36の内容例が示されている。図7においては、プレイヤログDB36もテーブル形式で示されているが、プレイヤログDB36のデータ形式はこれに限られるものではない。上述の通り、本ゲームは第1プレイヤと第2プレイヤとが交互にキャラクタを盤20上に配置していくものであるから、プレイヤログDB36には、「ターン数」、当該ターンで第1プレイヤ又は第2プレイヤが盤20上に配置したキャラクタを示す「配置キャラクタ」、当該ターンで当該キャラクタが配置された場所を示す「配置場所」、当該ターンで相手の石又は敵キャラクタをひっくり返した枚数を示す「ひっくり返した枚数」、当該ターンで配置されたキャラクタのスキルが発動したか否かを示す「スキル発動」、及び、当該スキル発動により生じた効果(例えばダメージ量)示す「スキル効果値」の項目を含む。もちろん、図7に示された項目は一例であり、プレイヤログにはその他の項目が含まれていてもよい。例えば、キャラクタの通常攻撃によって相手に与えた実績ダメージ量などの項目が含まれていてもよい。   An example of the content of the player log DB 36 is shown in FIG. Although FIG. 7 also shows the player log DB 36 in a table format, the data format of the player log DB 36 is not limited to this. As described above, since the first player and the second player alternately arrange the characters on the board 20 as described above, the number of turns in the player log DB 36 corresponds to the first player in the current turn. Alternatively, a “placement character” indicating the character placed on the board 20 by the second player, a “placement place” indicating the place where the character is placed in the turn, and the number of times the opponent's stone or enemy character was turned over in the turn "Number turned over" indicating that, "Skill activation" indicating whether or not the skill of the character placed in the current turn is activated, and "Skill effect value" indicating the effect (for example, the amount of damage) generated by the activation of the skill Including the item of ". Of course, the items shown in FIG. 7 are an example, and the player log may include other items. For example, items such as the actual damage amount given to the opponent by the normal attack of the character may be included.

このように、プレイヤログには、第1プレイヤあるいは第2プレイヤが各キャラクタを用いた(つまり盤20上に置いた)場合における使用結果(「ひっくり返した枚数」、「スキル発動」、あるいは「スキル効果値」)が含まれている。   As described above, the player log uses the result ("number of flipped cards", "skill activation", or "when the first player or the second player uses each character (that is, placed on the board 20) when each character is used. "Skill effect value" is included.

表現学習部54は、プレイヤログDB36に格納された、ゲームログとしてのプレイヤログに基づいて、表現学習を行う。これにより、キャラクタDB34に登録された各キャラクタの特徴を表す特徴ベクトルを学習する。すなわち、表現学習部54は、本ゲームで用いられる各キャラクタの分散表現を学習する。表現学習部54により学習された各キャラクタの特徴ベクトル(分散表現)は、分散表現DB38に格納される。また、表現学習部54は、プレイヤログに代えて、あるいはプレイヤログと併せて、後述するAI対戦処理部58によるAIエージェント42によるゲーム進行履歴を示す、ゲームログとしてのAIログを用いて表現学習を行ってもよい。   The expression learning unit 54 performs expression learning based on the player log as a game log stored in the player log DB 36. Thereby, a feature vector representing the feature of each character registered in the character DB 34 is learned. That is, the expression learning unit 54 learns the distributed expression of each character used in the present game. The feature vector (distributed expression) of each character learned by the expression learning unit 54 is stored in the distributed expression DB 38. In addition, the expression learning unit 54 uses the AI log as a game log to indicate the game progress history by the AI agent 42 by the AI battle processing unit 58 described later, instead of the player log or in combination with the player log. You may

本実施形態に係る特徴ベクトルは、例えば5次元のベクトルであり、各要素は本ゲームにおける戦略上の特徴(例えば、「角に置きたい」、「序盤に使いたい」など)を示すものであると考えられる。   The feature vector according to the present embodiment is, for example, a five-dimensional vector, and each element indicates a strategic feature (for example, "I want to put in a corner", "I want to use in the early stage") in this game. it is conceivable that.

表現学習部54は、例えばニューラルネットワークから構成される表現学習用の学習器を用いて表現学習を行う。具体的には、プレイヤログのうち、あるキャラクタが使用される前のゲーム状態(盤20上の石あるいはキャラクタの配置状態など)と、当該キャラクタが使用された結果(次状態)とに基づいて、当該キャラクタの特徴ベクトルの各要素の値を学習していく。   The expression learning unit 54 performs expression learning using, for example, a learning device for expression learning configured by a neural network. Specifically, based on the game state (a stone or the arrangement state of characters on the board 20, etc.) of a player log before a character is used, and the result (next state) that the character is used. , The value of each element of the feature vector of the character is learned.

このように、各キャラクタを分散表現することで、多数のキャラクタをより低次元のベクトルで表現することが可能となる。また、本ゲームにおける戦略上の特徴が似ているキャラクタが、似た特徴ベクトルで表現されることになる。なお、表現学習の方法としては、様々な既知の学習方法を用いることができる。   As described above, it is possible to represent a large number of characters by lower dimensional vectors by decentralized expression of each character. In addition, characters having similar strategic characteristics in the game will be represented by similar feature vectors. Note that various known learning methods can be used as the expression learning method.

教師あり学習部56は、プレイヤログDB36に格納されたプレイヤログと、表現学習部54が学習した各キャラクタの特徴ベクトルとを少なくとも用いて、AIエージェント42に各キャラクタの使用に関する戦略を学習させる。各キャラクタの使用に関する戦略とは、あるゲーム状態において、どのような特徴を有するキャラクタを使用すべきか、あるいは、キャラクタを盤20上のどの位置に配置すべきかなどを含む戦略である。   The supervised learning unit 56 causes the AI agent 42 to learn a strategy regarding the use of each character using at least the player log stored in the player log DB 36 and the feature vector of each character learned by the expression learning unit 54. The strategy relating to the use of each character is a strategy including, in a certain game state, what character the character should be used in, or at which position on the board 20 the character should be placed.

具体的には、教師あり学習部56は、あるゲーム時点における盤面上あるいは手駒内に存在するキャラクタの特徴ベクトル、配置位置、ターン数、行動可能手、ヒットポイントといったゲーム状態、及び行動情報(特定のキャラクタをあるマスに配置すること)などを入力とし、入力されたゲーム状態における入力された行動情報の評価値を出力とした学習データを用いてAIエージェント42を学習させる。なお、当該評価値は、プレイヤログに基づいて予め算出される。すなわち、教師あり学習部56は教師あり学習によってAIエージェント42を学習させる。   Specifically, the supervised learning unit 56 determines the feature vector of the character existing on the board or in the hand at the game time, the arrangement position, the number of turns, the action state such as the actionable hand and the hit point, and the action information The AI agent 42 is made to learn using learning data whose output is the evaluation value of the input action information in the input game state, and the like). The evaluation value is calculated in advance based on the player log. That is, the supervised learning unit 56 causes the AI agent 42 to learn by supervised learning.

教師あり学習部56における学習においては、各キャラクタが特徴ベクトルで表現した上で学習を行うから、各キャラクタを個別にラベル付けした場合に比して、学習における演算量を低下させることができる。また、特徴が似ているキャラクタは、似た特徴ベクトルで表現されているから、あるキャラクタに関する学習が、当該キャラクタに似たキャラクタに関する学習をすることになる。つまり、学習の汎化の効果が期待できる。   In the learning in the supervised learning unit 56, since the learning is performed after each character is expressed by the feature vector, the amount of operation in the learning can be reduced as compared to the case where each character is individually labeled. In addition, since characters having similar characteristics are represented by similar feature vectors, learning on a certain character will perform learning on a character similar to the character. That is, the effect of generalization of learning can be expected.

AI対戦処理部58は、教師あり学習部56によって学習された、あるいは、後述の強化学習部60によってさらに学習されたAIエージェント42同士を本ゲームで対戦させる処理を行う。AIエージェント42同士の対戦においては、デッキに入れるキャラクタの選択からAIエージェント42に任せてもよい。また、AI対戦処理部58は、プレイヤログDB36に格納されたプレイヤログから、ユーザによって高頻度で使用されているデッキであるトレンドデッキを抽出し、当該トレンドデッキをAIエージェント42に使用させるようにしてもよい。   The AI battle processing unit 58 performs a process of playing a match between the AI agents 42 learned by the supervised learning unit 56 or further learned by the reinforcement learning unit 60 described later. In the competition between the AI agents 42, the AI agents 42 may be left to select characters to be put into the deck. Further, the AI battle processing unit 58 extracts a trend deck which is a deck frequently used by the user from the player log stored in the player log DB 36, and causes the AI agent 42 to use the trend deck. May be

また、AI対戦処理部58は、対戦する2つのAIエージェント42の少なくとも一方のデッキに、リリース前、すなわち一般プレイヤが未だ使用できない開発中キャラクタを含めるようにしてもよい。   In addition, the AI battle processing unit 58 may include a character under development before release, that is, a character under development that can not be used by a general player, in at least one of the decks of the two AI agents 42 who compete.

強化学習部60は、AIエージェント42を強化するための学習である強化学習を行う。強化学習とは、教師あり学習とは異なる手法であり、強化学習としては例えばQ学習などを用いることができる。具体的には、強化学習においては、あるゲーム状態からのAIエージェント42が選択した一連の行動の結果(例えば勝ちあるいは負け)に基づいてAIエージェント42に報酬が与えられ、AIエージェント42は、当該報酬に基づいて取るべき行動を学習する。   The reinforcement learning unit 60 performs reinforcement learning, which is learning to strengthen the AI agent 42. Reinforcement learning is a method different from supervised learning, and for example, Q learning can be used as reinforcement learning. Specifically, in reinforcement learning, the AI agent 42 is rewarded based on the result (for example, winning or losing) of a series of actions selected by the AI agent 42 from a certain game state, and the AI agent 42 Learn the action to be taken based on the reward.

本実施形態においては、強化学習部60は、強化学習において、AI対戦処理部58によるAIエージェント42同士の対戦結果に基づいて学習を行う。なお、強化学習部60は、プレイヤログDB36に格納されたプレイヤログに基づいて強化学習を行うようにしてもよい。また、強化学習部60は、強化学習において、AIエージェント42とNPC(Non Player Character;AIエージェント42ではないルールベースのAI)との対戦結果、あるいはAIエージェント42と人間のプレイヤとの対戦結果に基づいて学習を行うようにしてもよい。   In the present embodiment, the reinforcement learning unit 60 performs learning in reinforcement learning based on the battle result of the AI agents 42 by the AI battle processing unit 58. The reinforcement learning unit 60 may perform reinforcement learning based on the player log stored in the player log DB 36. In addition, in reinforcement learning, the reinforcement learning unit 60 uses the result of the battle between the AI agent 42 and the NPC (Non Player Character; rule-based AI that is not the AI agent 42) or the battle result between the AI agent 42 and a human player. Learning may be performed on the basis of this.

本ゲームにおいては、ゲーム状態によってAIエージェント42が取り得る行動が異なる。例えば、盤20の状態によってキャラクタを配置できる位置が異なるし、手駒22の種類によってそもそも使用できるキャラクタが異なる。したがって、本実施形態においては、あるゲーム状態とAIエージェント42が取る行動を両方入力とし、入力された行動の価値を示す指標を出力するという方法で強化学習を行う。   In this game, the action that the AI agent 42 can take differs depending on the game state. For example, the position where the character can be arranged differs depending on the state of the board 20, and the character that can be used originally differs depending on the type of the handpiece 22. Therefore, in the present embodiment, reinforcement learning is performed by using a certain game state and the action taken by the AI agent 42 as both inputs and outputting an index indicating the value of the inputted action.

なお、強化学習においても、表現学習部54が学習した各キャラクタの特徴ベクトルを用いながら学習するのが好適である。これにより、教師あり学習部56における効果と同様の効果を強化学習においても得ることができる。   Also in reinforcement learning, it is preferable to perform learning using the feature vector of each character learned by the expression learning unit 54. Thereby, the same effect as the effect in the supervised learning unit 56 can be obtained in reinforcement learning.

本実施形態においては、教師あり学習部56及び強化学習部60の少なくとも一方が戦略学習部に相当する。すなわち、各キャラクタの使用に関する戦略をAIエージェント42に学習させる戦略学習は、教師あり学習と強化学習のどちらか一方又は両方である。   In the present embodiment, at least one of the supervised learning unit 56 and the reinforcement learning unit 60 corresponds to a strategy learning unit. That is, strategic learning that causes the AI agent 42 to learn a strategy related to the use of each character is either supervised learning or reinforcement learning or both.

AIログ収集部62は、AI対戦処理部58によるAIエージェント42同士による本ゲームのゲーム進行履歴を示し、複数のキャラクタの使用結果を含むデータであるAIログを取得して、AIログDB40に格納する。AIログはプレイヤログと同等の項目を有するため、ここではAIログの詳細な説明は省略する。プレイヤログとAIログとの差異は、プレイヤによるゲーム進行の履歴を示すものであるか、AIエージェント42によるゲーム進行の履歴を示すものであるかのみである。なお、AIログ収集部62は、AIエージェント42同士の対戦によるログのみならず、AIエージェント42とNPCとの対戦によるログをAIログとして取得するようにしてもよい。   The AI log collection unit 62 indicates the game progress history of the present game between the AI agents 42 by the AI battle processing unit 58, acquires an AI log that is data including use results of a plurality of characters, and stores it in the AI log DB 40 Do. Since the AI log has the same items as the player log, detailed description of the AI log is omitted here. The difference between the player log and the AI log is only whether it indicates the history of the game progress by the player or indicates the history of the game progress by the AI agent 42. The AI log collecting unit 62 may acquire not only logs obtained by the battle between the AI agents 42 but also logs obtained by the battle between the AI agent 42 and the NPC as an AI log.

AI対戦処理部58が、AIエージェント42のデッキに開発中キャラクタを含ませた場合には、AIログ収集部62は、開発中キャラクタの使用結果を含むAIログを取得することができる。このように、AIエージェント42同士の対戦によれば、開発中キャラクタのリリースに先立って、開発中キャラクタが実際に本ゲームで使用された場合のログを取得することが可能となる。   When the AI battle processing unit 58 includes the character under development in the deck of the AI agent 42, the AI log collection unit 62 can acquire an AI log including the use result of the character under development. As described above, according to the battle between the AI agents 42, it is possible to obtain a log when the character under development is actually used in the game prior to the release of the character under development.

統計データ生成部64は、AIログDB40に格納されたAIログに基づいて、統計データ44aを生成する。上述の通り、統計データ44aは、各キャラクタに応じて生成されるものであり、各キャラクタの使用結果に関するものである。もちろん、AIログが開発中キャラクタの使用結果を含む場合には、統計データ生成部64は、開発中キャラクタの使用結果に関する統計データ44aを生成する。以下の統計データ44aに関する説明において、「キャラクタ」の用語は原則として開発中キャラクタも含むものである。   The statistical data generation unit 64 generates statistical data 44 a based on the AI log stored in the AI log DB 40. As described above, the statistical data 44a is generated according to each character, and relates to the use result of each character. Of course, when the AI log includes the use result of the character under development, the statistical data generation unit 64 generates statistical data 44a on the use result of the character under development. In the following description regarding the statistical data 44a, the term "character" basically includes characters under development.

例えば、統計データ44aは、キャラクタを使用した場合における勝率を含んでいてよい。この場合、統計データ生成部64は、AIログの中から、注目キャラクタと、注目キャラクタが使用された場合に使用したAIエージェント42が勝ったか否かを抽出して、注目キャラクタに関する勝率を算出する。   For example, statistical data 44a may include the winning percentage when using a character. In this case, the statistical data generation unit 64 extracts, from the AI log, whether or not the focused character and the AI agent 42 used when the focused character are used have won, and calculates the winning percentage for the focused character. .

また、統計データ44aは、キャラクタを使用した場合におけるスキルの発動確率を含んでいてよい。この場合、統計データ生成部64は、AIログの中から、注目キャラクタと、注目キャラクタが使用された場合にスキルが発動されたか否かを抽出して、注目キャラクタに関するスキル発動確率を算出する。   Also, the statistical data 44a may include the firing probability of the skill when using the character. In this case, the statistical data generation unit 64 extracts, from the AI log, whether the focused character and the skill have been activated when the focused character is used, and calculates the skill activation probability for the focused character.

また、統計データ44aは、キャラクタを使用した場合に生じた効果の分布を含んでいてよい。この場合、統計データ生成部64は、AIログの中から、注目キャラクタと、注目キャラクタがスキルを発動した場合におけるスキル効果値を抽出して、注目キャラクタに関するスキル効果値の分布を算出する。あるいは、キャラクタを使用した場合に生じた効果には、キャラクタが通常攻撃をした場合に相手に与えたダメージ量が含まれていてもよく、すなわち、統計データ生成部64は、AIログの中から、注目キャラクタと、注目キャラクタの通常攻撃により相手に与えたダメージを抽出して、注目キャラクタの通常攻撃のダメージの分布を算出する。   Also, the statistical data 44a may include the distribution of effects generated when characters are used. In this case, the statistical data generation unit 64 extracts the attention character and the skill effect value when the attention character activates the skill from the AI log, and calculates the distribution of the skill effect value related to the attention character. Alternatively, the effect generated when the character is used may include the amount of damage given to the opponent when the character attacked normally, that is, the statistical data generation unit 64 selects from among the AI log. The target character and the damage given to the opponent by the normal attack of the target character are extracted, and the distribution of the normal attack damage of the target character is calculated.

以上の通り、本実施形態においては、統計データ44aは、キャラクタを使用した場合における勝率、キャラクタを使用した場合におけるスキルの発動確率、及び、キャラクタを使用した場合に生じた効果の分布の少なくとも1つを含むものである。もちろん、統計データ44aにはその他のデータが含まれていてもよい。   As described above, in the present embodiment, the statistical data 44a is at least one of the winning percentage when using a character, the activation probability of a skill when using a character, and the distribution of effects generated when using a character. Contains one. Of course, the statistical data 44a may include other data.

統計データ生成部64は、上述の処理によって、キャラクタDB34に登録された複数のキャラクタ、理想的には、全てのキャラクタについての統計データ44aを生成する。これにより統計データ群44が形成される。   The statistical data generation unit 64 generates statistical data 44 a for a plurality of characters registered in the character DB 34, ideally, all characters by the above-described processing. A statistical data group 44 is thereby formed.

表示制御部66は、プランナ端末12からの(すなわちプランナからの)要求に従って、統計データ生成部64が生成した統計データ44aをプランナ端末12の表示部12dに表示させる。また、表示制御部66は、プレイヤ端末14からの(すなわちプレイヤからの)要求に従って、統計データ生成部64が生成した統計データ44aをプレイヤ端末14の表示部14dに表示させる。なお、表示制御部66は、開発中キャラクタに関する統計データ44aはプレイヤ端末14の表示部14dには表示させないものとする。   The display control unit 66 causes the display unit 12 d of the planner terminal 12 to display the statistical data 44 a generated by the statistical data generation unit 64 in accordance with a request from the planner terminal 12 (that is, from the planner). The display control unit 66 also causes the display unit 14 d of the player terminal 14 to display the statistical data 44 a generated by the statistical data generation unit 64 in accordance with a request from the player terminal 14 (that is, from the player). The display control unit 66 does not cause the display unit 14 d of the player terminal 14 to display the statistical data 44 a regarding the character under development.

図8に、本実施形態における複数の統計データ44aの表示例が示されている。統計データ群44のうち、表示対象となる統計データ44aは、プランナあるいはプレイヤの指示に応じて選択されてよい。例えば、プランナあるいはプレイヤにより指示されたパラメータ項目(レア度、属性、スキル発動条件、スキル効果、スキルの種類など)について共通のパラメータを有する複数のキャラクタのスキルに関する複数の統計データ44aを表示することができる。例えば、図8には、統計データ群44のうち、レア度が「S」のキャラクタであって、ダメージスキルを有するキャラクタについての複数の統計データ44aが表示された状態が示されている。好適には、これら複数の統計データ44aが比較可能に表示される。例えば、図8のように、複数の統計データ44aが並べられて表示される。なお、プランナあるいはプレイヤにより選択された単一の統計データ44aが表示されるようにしてもよい。本明細書では、プランナ端末12又はプレイヤ端末14に表示された複数の統計データ44aをまとめて統計グラフ70と呼ぶ。   FIG. 8 shows a display example of a plurality of statistical data 44a in the present embodiment. Of the statistical data group 44, statistical data 44a to be displayed may be selected in accordance with an instruction from the planner or the player. For example, to display a plurality of statistical data 44a on skills of a plurality of characters having common parameters for parameter items (rare degree, attribute, skill activation condition, skill effect, kind of skill, etc.) designated by the planner or player. Can. For example, FIG. 8 shows a state in which a plurality of statistical data 44 a for a character having a rare degree “S” in the statistical data group 44 and having a damage skill is displayed. Preferably, the plurality of statistical data 44a are displayed comparably. For example, as shown in FIG. 8, a plurality of statistical data 44a are displayed side by side. The single statistical data 44a selected by the planner or the player may be displayed. In the present specification, the plurality of statistical data 44 a displayed on the planner terminal 12 or the player terminal 14 are collectively referred to as a statistical graph 70.

本実施形態においては、統計グラフ70aは文字通りグラフ形式で表示される。統計グラフ70aの横軸にはキャラクタ名が並べられている。図8の例では、一番左に配置されたキャラクタのスキル発動確率が最も高く、左から右へ行くにつれてスキル発動確率が低くなるように、複数のキャラクタが並べられている。   In the present embodiment, the statistical graph 70a is displayed literally in the form of a graph. Character names are arranged on the horizontal axis of the statistical graph 70a. In the example of FIG. 8, the plurality of characters are arranged such that the skill activation probability of the leftmost character is the highest, and the skill activation probability decreases from left to right.

統計グラフ70aの縦軸は、スキル効果値及びスキル発動確率を示すものとなっている。具体的には、左側の縦軸がスキル効果値を示し、右側の縦軸がスキル発動確率を示す。図8の表示例では、各キャラクタのスキル効果値の分布は、箱髭図で表されている。具体的には、髭の下限がスキル効果値の5パーセンタイル(ダメージの分布を降順に並べたときの下から5%の効果値)を表し、箱の下限がスキル効果値の25パーセンタイルを表し、箱内の横線がスキル効果値の中央値を表し、箱の上限がスキル効果値の75パーセンタイルを表し、髭の上限がスキル効果値の95パーセンタイルを表す。   The vertical axis of the statistical graph 70a indicates the skill effect value and the skill activation probability. Specifically, the left vertical axis indicates the skill effect value, and the right vertical axis indicates the skill activation probability. In the display example of FIG. 8, the distribution of the skill effect value of each character is represented by a box-and-whisker plot. Specifically, the lower limit of the trap represents the 5th percentile of the skill effect value (the effect value of 5% from the bottom when the distribution of damage is arranged in descending order), and the lower limit of the box represents the 25th percentile of the skill effect value. The horizontal line in the box represents the median skill effect value, the upper limit of the box represents the 75th percentile of the skill effect value, and the upper limit of the trap represents the 95th percentile of the skill effect value.

一方、スキル発動確率については、各キャラクタに対してグラフ上に点がプロットされる。図8の例においては、複数のキャラクタに対する各スキル発動確率の点が結ばれてスキル発動確率グラフが形成されている。上述のように、図8の例では、スキル発動確率の順にキャラクタが並べられているから、スキル発動確率グラフが右へ行くにつれて低いスキル発動確率を示すことが把握できる。   On the other hand, as for the skill activation probability, points are plotted on the graph for each character. In the example of FIG. 8, points of skill activation probabilities for a plurality of characters are connected to form a skill activation probability graph. As described above, in the example of FIG. 8, since the characters are arranged in the order of skill activation probability, it can be understood that the skill activation probability graph shows a lower skill activation probability as it goes to the right.

図8に示された統計グラフ70aに含まれる各キャラクタは同じレア度であるから、同等の価値を有しているのが望ましい。したがって、スキル発動確率とスキル効果値との観点から見ると、これらのキャラクタについては、スキル発動確率が高い程スキル効果値を小さく、スキル発動確率が低い程スキル効果値を大きくすべきである。逆に言えば、スキル発動確率が高いのにスキル効果値が大きいと、強力なスキルを頻繁に発動可能なキャラクタとなってしまい、当該キャラクタは同レア度の他のキャラクタよりも大きな価値を有することになってしまう。また、スキル発動確率が低いのにスキル効果値が小さいと、スキル発動確率が低いにもかかわらず、発動したスキルの効果が貧弱となってしまい、当該キャラクタは同レア度の他のキャラクタよりも価値が小さいことになってしまう。このように、同等の価値を有するキャラクタの間で、スキル発動確率とスキル効果値のバランスが取れていないと、ゲームバランスが崩れてしまう。   Since each character included in the statistical graph 70a shown in FIG. 8 has the same rareness, it is desirable to have the same value. Therefore, from the viewpoint of the skill activation probability and the skill effect value, for these characters, the skill effect value should be smaller as the skill activation probability is higher, and the skill effect value should be larger as the skill activation probability is lower. Conversely, if the skill activation value is high but the skill effect value is high, the character becomes a character capable of frequently activating a strong skill, and the character has a greater value than other characters of the same rare degree. It will be. In addition, if the skill activation value is low even though the skill activation probability is low, the effect of the activated skill becomes poor even though the skill activation probability is low, and the character is lower than other characters with the same rareness. It will be worthless. Thus, if the skill activation probability and the skill effect value are not balanced among the characters having the same value, the game balance is broken.

図8の統計グラフ70においては、スキル発動確率が高い程スキル効果値が小さく、スキル発動確率が低い程スキル効果値が大きくなっており、これは各キャラクタのパラメータが比較的適切に設定されていることを表していると言える。一方、例えば、スキル発動確率が高いのにスキル効果値が大きいキャラクタ、あるいは、スキル発動確率が低いのにスキル効果値が小さいキャラクタがいる場合、統計グラフ70によれば、プランナは、そのようなキャラクタ(異常キャラクタ)が存在することを容易に把握することができる。異常キャラクタのスキル発動確率とスキル効果値のバランスが取れていないのは、異常キャラクタのパラメータのいずれかに適切でない値(異常値)が設定されているためである。したがって、統計グラフ70は、異常キャラクタが有する異常値を検出するためのものであるといえ、プランナは、統計グラフ70により異常値を有するキャラクタを容易に把握できるといえる。なお、異常値とは、客観的には、当該キャラクタがその価値(本実施形態では「レア度」)に相応しくない性能(強さ)を発揮する原因となる値を意味し、主観的には、当該キャラクタがプランナの意図しない性能を発揮する原因となる値を意味する。   In the statistical graph 70 of FIG. 8, the skill effect value is smaller as the skill activation probability is higher, and the skill effect value is larger as the skill activation probability is lower. The parameters of each character are set relatively appropriately. It can be said that it represents On the other hand, for example, when there is a character having a high skill effect value even though the skill activation probability is high or a character having a low skill effect value even though the skill activation probability is low, according to the statistical graph 70, the planner It can be easily grasped that the character (abnormal character) exists. The balance between the skill activation probability of the abnormal character and the skill effect value is not balanced because an inappropriate value (abnormal value) is set to any of the parameters of the abnormal character. Therefore, it can be said that the statistical graph 70 is for detecting an abnormal value possessed by the abnormal character, and the planner can easily grasp the character having the abnormal value by the statistical graph 70. Note that the abnormal value objectively means a value that causes the character to perform a performance (strength) not suitable for the value (in the present embodiment, “rare degree”), and subjectively And means a value that causes the character to exhibit the planner's unintended performance.

また、統計グラフ70は、プランナのみならずプレイヤにとっても有用である。例えば、プレイヤが本ゲームで使用するキャラクタ(すなわちデッキに入れるキャラクタ)を選択する際に、統計グラフ70を参考にすることができる。   The statistical graph 70 is useful not only for the planner but also for the player. For example, when the player selects a character to be used in the present game (that is, a character to be put into the deck), the statistical graph 70 can be referred to.

本実施形態に係るゲームシステム10の概要は以上の通りである。本実施形態によれば、表現学習部54によって各キャラクタが特徴ベクトルで表現された上で、教師あり学習部56あるいは強化学習部60によりAIエージェント42の学習が行われる。これにより、AIエージェント42の学習をより効率的に行うことが可能となっている。具体的には、上述の通り、キャラクタを表現するベクトルの次元の圧縮による学習のための演算量の低減、及び学習の汎化が実現される。   The outline of the game system 10 according to the present embodiment is as described above. According to the present embodiment, after each character is represented by the feature vector by the expression learning unit 54, learning of the AI agent 42 is performed by the supervised learning unit 56 or the reinforcement learning unit 60. This enables the AI agent 42 to learn more efficiently. Specifically, as described above, the reduction of the operation amount for learning by compression of the dimension of the vector representing the character and the generalization of the learning are realized.

また、本実施形態では、学習されたAIエージェント42同士、あるいはAIエージェント42とNPCの対戦によるAIログに基づいて統計データ44aが生成される。AIエージェント42あるいはNPCは、ゲームサーバ16が稼動している限りにおいて継続して対戦可能であるから、プレイヤログに比して膨大な量のAIログが取得できる。これにより、統計データ44aの信憑性が向上される。さらに、開発中キャラクタに関してはリリースされていないが故にプレイヤログが取得できないところ、AIエージェント42を用いて対戦させることで、開発中キャラクタに関するAIログも取得することができ、すなわち開発中キャラクタに関する統計データ44aを生成することができる。これにより、プランナは、開発中キャラクタのパラメータ設定をより適切に行うことが可能となる。   Further, in the present embodiment, statistical data 44 a is generated based on the learned AI agents 42 or an AI log generated by the competition between the AI agent 42 and the NPC. Since the AI agent 42 or the NPC can continuously fight as long as the game server 16 is in operation, it is possible to acquire a large amount of AI logs as compared with the player log. Thereby, the credibility of the statistical data 44a is improved. Furthermore, although the player log can not be acquired because the character under development is not released, it is possible to acquire an AI log regarding the character under development by making the AI agent 42 play a match, that is, statistics about the character under development Data 44a can be generated. This enables the planner to more appropriately set the parameters of the character under development.

以下、図9に示されたフローチャートに従って、ゲームサーバ16の処理の流れを説明する。   The flow of processing of the game server 16 will be described below according to the flowchart shown in FIG.

ステップS10において、プレイヤログ収集部52は、プレイヤログを収集してプレイヤログDB36に格納する。   In step S <b> 10, the player log collection unit 52 collects player logs and stores them in the player log DB 36.

ステップS12において、表現学習部54は、ステップS10で取得されたプレイヤログに基づいて、各キャラクタの特徴ベクトルを学習する。   In step S12, the expression learning unit 54 learns the feature vector of each character based on the player log acquired in step S10.

ステップS14において、教師あり学習部56は、ステップS10で取得されたプレイヤログに基づいて、ステップS12で得られた各キャラクタの特徴ベクトルを用いながら、AIエージェント42に対して教師あり学習を行う。   In step S14, the supervised learning unit 56 performs supervised learning on the AI agent 42, using the feature vector of each character obtained in step S12, based on the player log acquired in step S10.

ステップS16において、AI対戦処理部は、ステップS14で学習されたAIエージェント42同士を本ゲームで対戦させる。強化学習部60は、AIエージェント42同士の対戦結果に基づいて、ステップS14で学習されたAIエージェント42をさらに強化するための強化学習を行う。また、AIログ収集部62は、AIエージェント42同士の対戦に関するAIログを取得する。AIエージェント42同士の対戦は繰り返し実行され、それによりAIエージェント42は強化され、また大量のAIログが取得される。   In step S16, the AI battle processing unit causes the AI agents 42 learned in step S14 to battle in the game. The reinforcement learning unit 60 performs reinforcement learning to further strengthen the AI agent 42 learned in step S <b> 14 based on the battle result between the AI agents 42. Also, the AI log collection unit 62 acquires an AI log regarding a battle between the AI agents 42. The battle between the AI agents 42 is repeatedly executed, thereby strengthening the AI agent 42 and acquiring a large amount of AI logs.

ステップS18において、統計データ生成部64は、ステップS16で得られたAIログに基づいて、各キャラクタの使用結果に関する複数の統計データ44aを生成する。   In step S18, the statistical data generation unit 64 generates a plurality of statistical data 44a related to the use result of each character based on the AI log obtained in step S16.

ステップS20において、表示制御部66は、プランナ端末12あるいはプレイヤ端末14からの要求に応じて、ステップS18で生成した統計データ44aをプランナ端末12あるいはプレイヤ端末14に表示させる。   In step S20, in response to a request from the planner terminal 12 or the player terminal 14, the display control unit 66 causes the planner terminal 12 or the player terminal 14 to display the statistical data 44a generated in step S18.

以上、本発明に係る実施形態を説明したが、本発明は上記実施形態に限られるものではなく、本発明の趣旨を逸脱しない限りにおいて種々の変更が可能である。   As mentioned above, although embodiment which concerns on this invention was described, this invention is not limited to the said embodiment, A various change is possible unless it deviates from the meaning of this invention.

10 ゲームシステム、12 プランナ端末、12a,14a,50 制御部、12b,14b,30 通信部、12c,14c 入力部、12d,14d 表示部、12e,14e,32 記憶部、14 プレイヤ端末、16 ゲームサーバ、34 キャラクタDB、36 プレイヤログDB、38 分散表現DB、40 AIログDB、42 AIエージェント、44 統計データ群、44a 統計データ、52 プレイヤログ収集部、54 表現学習部、56 教師あり学習部、58 AI対戦処理部、60 強化学習部、62 AIログ収集部、64 統計データ生成部、66 表示制御部、70 統計グラフ。   DESCRIPTION OF SYMBOLS 10 game system, 12 planner terminal, 12a, 14a, 50 control part, 12b, 14b, 30 communication part, 12c, 14c input part, 12d, 14d display part, 12e, 14e, 32 storage part, 14 player terminal, 16 game Server, 34 character DB, 36 player log DB, 38 distributed expression DB, 40 AI log DB, 42 AI agent, 44 statistical data group, 44a statistical data, 52 player log collecting unit, 54 expression learning unit, 56 supervised learning unit , 58 AI battle processing unit, 60 reinforcement learning unit, 62 AI log collecting unit, 64 statistical data generating unit, 66 display control unit, 70 statistical graph.

本発明は、複数のオブジェクトを使用する電子ゲームに関するプレイヤのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むゲームログに基づいて、各前記オブジェクトの戦略上の特徴を表す特徴ベクトルを学習する表現学習部と、前記ゲームログと、前記表現学習部が学習した各前記オブジェクトの前記特徴ベクトルとを少なくとも用いて、前記電子ゲームをプレイする人工知能エージェントに、前記複数のオブジェクトの使用に関する戦略を学習させる戦略学習部と、を備えることを特徴とする情報処理装置である。 The present invention shows a game progress history of a player regarding an electronic game using a plurality of objects, and learns a feature vector representing a strategic feature of each of the objects based on a game log including use results of the plurality of objects. Using the plurality of objects in an artificial intelligence agent playing the electronic game using at least an expression learning unit, the game log, and the feature vector of each object learned by the expression learning unit And a strategy learning unit for learning

また、本発明は、コンピュータを、複数のオブジェクトを使用する電子ゲームに関するプレイヤのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むゲームログに基づいて、各前記オブジェクトの戦略上の特徴を表す特徴ベクトルを学習する表現学習部と、前記ゲームログと、前記表現学習部が学習した各前記オブジェクトの前記特徴ベクトルとを少なくとも用いて、前記電子ゲームをプレイする人工知能エージェントに、前記複数のオブジェクトの使用に関する戦略を学習させる戦略学習部と、として機能させることを特徴とする情報処理プログラムである。 The present invention also provides a computer with a game progress history of a player related to an electronic game using a plurality of objects, and based on a game log including usage results of the plurality of objects, strategic features of each of the objects The artificial intelligence agent playing the electronic game using at least an expression learning unit learning a feature vector to be represented, the game log, and the feature vector of each object learned by the expression learning unit, the plurality of artificial intelligence agents It is an information processing program characterized by causing it to function as a strategy learning unit that learns a strategy related to use of an object.

本発明は、電子ゲームのゲーム状況に応じて当該電子ゲーム上の効果が変動する複数のオブジェクトを使用する電子ゲームに関するプレイヤのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むゲームログに基づいて、各前記オブジェクトの戦略上の特徴を表す特徴ベクトルを学習する表現学習部と、前記ゲームログと、前記表現学習部が学習した各前記オブジェクトの前記特徴ベクトルとを少なくとも用いて、前記電子ゲームをプレイする人工知能エージェントに、前記複数のオブジェクトの使用に関する戦略を学習させる戦略学習部と、を備えることを特徴とする情報処理装置である。 The present invention shows a game progress history of a player related to an electronic game using a plurality of objects whose effects on the electronic game vary according to the game situation of the electronic game, and a game log including the use results of the plurality of objects. Using at least the expression learning unit for learning the feature vector representing the strategic feature of each of the objects, the game log, and the feature vector of each of the objects learned by the expression learning unit; An information processing apparatus comprising: a strategy learning unit that causes an artificial intelligence agent playing a game to learn a strategy related to the use of the plurality of objects.

また、本発明は、コンピュータを、電子ゲームのゲーム状況に応じて当該電子ゲーム上の効果が変動する複数のオブジェクトを使用する電子ゲームに関するプレイヤのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むゲームログに基づいて、各前記オブジェクトの戦略上の特徴を表す特徴ベクトルを学習する表現学習部と、前記ゲームログと、前記表現学習部が学習した各前記オブジェクトの前記特徴ベクトルとを少なくとも用いて、前記電子ゲームをプレイする人工知能エージェントに、前記複数のオブジェクトの使用に関する戦略を学習させる戦略学習部と、として機能させることを特徴とする情報処理プログラムである。
Further, the present invention shows a game progress history of a player related to an electronic game using a plurality of objects of which the effects on the electronic game change according to the game situation of the electronic game according to the game situation of the electronic game, and the use results of the plurality of objects An expression learning unit for learning a feature vector representing a feature of each of the objects based on a game log including the game log, the game log, and the feature vectors of the objects learned by the expression learning unit; An information processing program characterized by causing an artificial intelligence agent playing the electronic game to learn a strategy related to the use of the plurality of objects and to function as a strategy learning unit.

Claims (7)

複数のオブジェクトを使用する電子ゲームに関するプレイヤのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むゲームログに基づいて、各前記オブジェクトの特徴を表す特徴ベクトルを学習する表現学習部と、
前記ゲームログと、前記表現学習部が学習した各前記オブジェクトの前記特徴ベクトルとを少なくとも用いて、前記電子ゲームをプレイする人工知能エージェントに、前記複数のオブジェクトの使用に関する戦略を学習させる戦略学習部と、
を備えることを特徴とする情報処理装置。
An expression learning unit that learns a game progress history of a player related to an electronic game using a plurality of objects, and learns a feature vector representing a feature of each of the objects based on a game log including a use result of the plurality of objects;
A strategy learning unit that causes an artificial intelligence agent playing the electronic game to learn a strategy related to the use of the plurality of objects using at least the game log and the feature vector of each of the objects learned by the expression learning unit. When,
An information processing apparatus comprising:
前記戦略学習部は、前記ゲームログに基づいて前記人工知能エージェントに対して教師あり学習を行う教師あり学習部、及び、前記人工知能エージェントに対して強化学習を行う強化学習部の少なくとも一方を含む、
ことを特徴とする請求項1に記載の情報処理装置。
The strategy learning unit includes at least one of a supervised learning unit that performs supervised learning on the artificial intelligence agent based on the game log, and a reinforcement learning unit that performs reinforcement learning on the artificial intelligence agent. ,
An information processing apparatus according to claim 1, characterized in that.
学習済みの前記人工知能エージェントを用いた前記電子ゲームのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むAIログに基づいて、前記オブジェクトの使用結果に関する統計データを生成する統計データ生成部と、
前記統計データを表示部に表示させる表示制御部と、
をさらに備えることを特徴とする請求項1又は2に記載の情報処理装置。
A statistical data generation unit that generates a statistical data on a use result of the object based on an AI log including a game progress history of the electronic game using the learned artificial intelligence agent and including a use result of the plurality of objects When,
A display control unit for displaying the statistical data on a display unit;
The information processing apparatus according to claim 1, further comprising:
前記人工知能エージェントを用いた前記電子ゲームの対戦においては、一般プレイヤが使用できない開発中オブジェクトが使用され、
前記AIログには、前記開発中オブジェクトの使用結果が含まれ、
前記統計データ生成部は、前記開発中オブジェクトの使用結果に関する統計データを生成する、
ことを特徴とする請求項3に記載の情報処理装置。
In the competition of the electronic game using the artificial intelligence agent, an object under development that can not be used by a general player is used,
The AI log contains usage results of the object under development,
The statistical data generation unit generates statistical data on use results of the object under development.
The information processing apparatus according to claim 3, characterized in that:
前記AIログには、学習済みの前記人工知能エージェント同士による前記電子ゲームのゲーム進行履歴及び前記複数のオブジェクトの使用結果が含まれる、
ことを特徴とする請求項3又は4に記載の情報処理装置。
The AI log includes a game progress history of the electronic game by the learned artificial intelligence agents and a use result of the plurality of objects.
The information processing apparatus according to claim 3 or 4, characterized in that:
前記統計データは、前記オブジェクトを使用した場合における勝率、前記オブジェクトを使用した場合における前記オブジェクトが発動し得る特殊効果の発動確率、及び、前記オブジェクトを使用した場合に生じた効果の分布、の少なくとも1つを含む、
ことを特徴とする請求項3から5のいずれか1項に記載の情報処理装置。
The statistical data includes at least a winning percentage when the object is used, a probability of firing a special effect which can be triggered by the object when the object is used, and a distribution of effects generated when the object is used. Including one,
The information processing apparatus according to any one of claims 3 to 5, characterized in that:
コンピュータを、
複数のオブジェクトを使用する電子ゲームに関するプレイヤのゲーム進行履歴を示し、前記複数のオブジェクトの使用結果を含むゲームログに基づいて、各前記オブジェクトの特徴を表す特徴ベクトルを学習する表現学習部と、
前記ゲームログと、前記表現学習部が学習した各前記オブジェクトの前記特徴ベクトルとを少なくとも用いて、前記電子ゲームをプレイする人工知能エージェントに、前記複数のオブジェクトの使用に関する戦略を学習させる戦略学習部と、
として機能させることを特徴とする情報処理プログラム。
Computer,
An expression learning unit that learns a game progress history of a player related to an electronic game using a plurality of objects, and learns a feature vector representing a feature of each of the objects based on a game log including a use result of the plurality of objects;
A strategy learning unit that causes an artificial intelligence agent playing the electronic game to learn a strategy related to the use of the plurality of objects using at least the game log and the feature vector of each of the objects learned by the expression learning unit. When,
An information processing program characterized in that it functions as:
JP2017223634A 2017-11-21 2017-11-21 Information processing apparatus and information processing program Active JP6612306B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017223634A JP6612306B2 (en) 2017-11-21 2017-11-21 Information processing apparatus and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017223634A JP6612306B2 (en) 2017-11-21 2017-11-21 Information processing apparatus and information processing program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2019148446A Division JP2019197592A (en) 2019-08-13 2019-08-13 Information processor and information processing program

Publications (2)

Publication Number Publication Date
JP2019095973A true JP2019095973A (en) 2019-06-20
JP6612306B2 JP6612306B2 (en) 2019-11-27

Family

ID=66971643

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017223634A Active JP6612306B2 (en) 2017-11-21 2017-11-21 Information processing apparatus and information processing program

Country Status (1)

Country Link
JP (1) JP6612306B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021049254A1 (en) * 2019-09-10 2021-03-18 株式会社Rath Information processing method, information processing device, and program
KR20210053739A (en) * 2019-11-04 2021-05-12 주식회사 마인즈랩 Apparatus for creation of contents of game play
CN112827183A (en) * 2021-03-03 2021-05-25 网易(杭州)网络有限公司 Game data processing method and device
WO2023037507A1 (en) * 2021-09-10 2023-03-16 日本電気株式会社 Gameplay control learning device
WO2023037508A1 (en) * 2021-09-10 2023-03-16 日本電気株式会社 Apparatus making game player model available for use
JP7417451B2 (en) 2020-03-24 2024-01-18 株式会社 ディー・エヌ・エー Electronic game information processing device and electronic game information processing program
US11878248B2 (en) 2020-12-08 2024-01-23 Square Enix Co., Ltd. Non-transitory computer-readable medium and video game processing system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20220086872A (en) 2020-12-17 2022-06-24 한국전자통신연구원 Method and system for guaranteeing game quality using artificial intelligence agent

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050245303A1 (en) * 2004-04-30 2005-11-03 Microsoft Corporation Reward-driven adaptive agents for video games
JP2011087869A (en) * 2009-10-26 2011-05-06 Konami Digital Entertainment Co Ltd Generating system and generating method for behavior control data, information processor, control method for information processor, and program
JP2012050755A (en) * 2010-09-02 2012-03-15 Konami Digital Entertainment Co Ltd Game device, control method for the same, and program
JP2013081683A (en) * 2011-10-12 2013-05-09 Sony Corp Information processing apparatus, information processing method, and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050245303A1 (en) * 2004-04-30 2005-11-03 Microsoft Corporation Reward-driven adaptive agents for video games
JP2011087869A (en) * 2009-10-26 2011-05-06 Konami Digital Entertainment Co Ltd Generating system and generating method for behavior control data, information processor, control method for information processor, and program
JP2012050755A (en) * 2010-09-02 2012-03-15 Konami Digital Entertainment Co Ltd Game device, control method for the same, and program
JP2013081683A (en) * 2011-10-12 2013-05-09 Sony Corp Information processing apparatus, information processing method, and program

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
"ゲームAI−基礎編(2)−『はじめてのエージェントベースアーキテクチャ』", CYGAMES ENGINEERS' BLOG[ONLINE], JPN6018031835, 7 October 2015 (2015-10-07), pages 1 - 17, ISSN: 0004128313 *
DAVID SILVER ET AL.: "Mastering the Game of Go with Deep Neural Networks and Tree Search", NATURE, vol. 529, JPN6018031821, 28 January 2016 (2016-01-28), pages 484 - 489, XP037445907, ISSN: 0004128309, DOI: 10.1038/nature16961 *
佐藤直之 他: "花札のこいこいにおける方策勾配法とNeural Fitted Q Iterationの適用", 情報処理学会 シンポジウム ゲームプログラミングワークショップ(GPWS)2017[ONLINE], JPN6018031827, 3 November 2017 (2017-11-03), pages 64 - 71, ISSN: 0004128311 *
椿 真史 他: "ニューラルネットワークによる意味構成とそのカーネル埋め込みを用いた多層非線形類似度学習", 情報処理学会 研究報告 自然言語処理(NL)2015−NL−222, JPN6018031831, 8 July 2015 (2015-07-08), JP, pages 1 - 12, ISSN: 0004128312 *
浅谷公威: "ネットワークの表現学習の紹介", 一般社団法人人工知能学会[ONLINE], JPN6018050255, July 2016 (2016-07-01), pages 1 - 7, ISSN: 0004030615 *
藤井叙人: "人間らしい振る舞いを自動獲得するゲームAIに関する研究", 関西学院大学リポジトリ[ONLINE], JPN6018050254, March 2016 (2016-03-01), pages 15 - 38, ISSN: 0004030614 *
西川郁子 他: "統計的価値関数による強化学習とゲーム戦略獲得への適用", 計測自動制御学会論文集, vol. 第39巻第7号, JPN6018031825, 31 July 2003 (2003-07-31), JP, pages 670 - 678, ISSN: 0004128310 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021049254A1 (en) * 2019-09-10 2021-03-18 株式会社Rath Information processing method, information processing device, and program
KR20210053739A (en) * 2019-11-04 2021-05-12 주식회사 마인즈랩 Apparatus for creation of contents of game play
KR102430547B1 (en) 2019-11-04 2022-08-09 주식회사 마인즈랩 Apparatus for creation of contents of game play
JP7417451B2 (en) 2020-03-24 2024-01-18 株式会社 ディー・エヌ・エー Electronic game information processing device and electronic game information processing program
US11878248B2 (en) 2020-12-08 2024-01-23 Square Enix Co., Ltd. Non-transitory computer-readable medium and video game processing system
CN112827183A (en) * 2021-03-03 2021-05-25 网易(杭州)网络有限公司 Game data processing method and device
CN112827183B (en) * 2021-03-03 2024-06-04 网易(杭州)网络有限公司 Game data processing method and device
WO2023037507A1 (en) * 2021-09-10 2023-03-16 日本電気株式会社 Gameplay control learning device
WO2023037508A1 (en) * 2021-09-10 2023-03-16 日本電気株式会社 Apparatus making game player model available for use

Also Published As

Publication number Publication date
JP6612306B2 (en) 2019-11-27

Similar Documents

Publication Publication Date Title
JP6612306B2 (en) Information processing apparatus and information processing program
JP7121014B2 (en) User analysis system and method
JP2016195691A (en) Information processing apparatus and game program
Justesen et al. Online evolution for multi-action adversarial games
Bursztein I am a legend: Hacking hearthstone using statistical learning methods
US11752437B2 (en) Method for providing battle game, server device, and computer-readable recording medium
JP2019050938A (en) Information processing system, information processing device, information processing server, information processing program, and information processing method
Cerny et al. Rogue-like games as a playground for artificial intelligence–evolutionary approach
US10780351B2 (en) Information processing device and information processing program
JP6375351B2 (en) Program and game system
Baerg Risky business: Neo-liberal rationality and the computer RPG
JP7299709B2 (en) Information processing device, information processing program and information processing method
Liaw et al. Evolving a team in a first-person shooter game by using a genetic algorithm
Refai et al. External assistance techniques that target core game tasks for balancing game difficulty
JP2019197592A (en) Information processor and information processing program
WO2014003113A1 (en) Game device, game system, game control method, and game control program
JP2019136575A (en) Information processing device and information processing program
JP6037458B2 (en) GAME SYSTEM, SERVER DEVICE, AND PROGRAM
Thawonmas et al. Identification of player types in massively multiplayer online games
JP6391733B2 (en) Terminal device, control method, and program
KR102633350B1 (en) Electronic device and method for providing information related to game
Woolford et al. SCOUT: a case-based reasoning agent for playing race for the galaxy
JP7454726B1 (en) Systems, methods, and programs for generating game media sets
JP7417451B2 (en) Electronic game information processing device and electronic game information processing program
JP6961909B2 (en) Game equipment and programs

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180605

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20180605

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20180807

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180821

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181012

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190108

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190304

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20190514

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190813

C60 Trial request (containing other claim documents, opposition documents)

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20190813

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20190814

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20190902

C21 Notice of transfer of a case for reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20190903

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20191008

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191030

R150 Certificate of patent or registration of utility model

Ref document number: 6612306

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250