JAIST Reposi Title 少数の記録からプレイヤの価値観を機械学習するチー ムプレイ AI の構成 Author(s) 和田, 堯之 ; 佐藤, 直之 ; 池田, 心 Citation 研究報告ゲーム情報学 (GI), 2015-GI-33(5): 1-

Size: px
Start display at page:

Download "JAIST Reposi Title 少数の記録からプレイヤの価値観を機械学習するチー ムプレイ AI の構成 Author(s) 和田, 堯之 ; 佐藤, 直之 ; 池田, 心 Citation 研究報告ゲーム情報学 (GI), 2015-GI-33(5): 1-"

Transcription

1 JAIST Reposi Title 少数の記録からプレイヤの価値観を機械学習するチー ムプレイ AI の構成 Author(s) 和田, 堯之 ; 佐藤, 直之 ; 池田, 心 Citation 研究報告ゲーム情報学 (GI), 2015-GI-33(5): 1-8 Issue Date Type Journal Article Text version publisher URL Rights 社団法人情報処理学会, 和田堯之, 佐藤直之, 池田心, 研究報告ゲーム情報学 (GI), 2015-GI-33(5), 2015, 1-8. ここに掲載した著作物の利用に関する注意 : 本著作物の著作権は ( 社 ) 情報処理学会に帰属します 本著作物は著作権者である情報処理学会の許可のもとに掲載するものです ご利用に当たっては 著作権法 ならびに 情報処理学会倫理綱領 に従うことをお願いいたします Notice for the use of th material: The copyright of this mate retained by the Information Processi Japan (IPSJ). This material is publi web site with the agreement of the a the IPSJ. Please be complied with Co of Japan and the Code of Ethics of t any users wish to reproduce, make de work, distribute or make available t any part or whole thereof. All Right Copyright (C) Information Processing Japan. Description Japan Advanced Institute of Science and

2 AI 1,a) 1,b) 1,c) RPG AI AI AI AI AI 70.6% 67.1% 3.5% AI, RPG,, Design of a Teammate AI by Learning Human-player Utility from a few Records of Actions Wada Takayuki 1,a) Sato Naoyuki 1,b) Ikeda Kokolo 1,c) Abstract: Some genres of commercial video games, especially RPG games, allow players to play the game with the AI players as the teammates. But the AI players as the teammates often take actions that the human player does not expect them to do. Such mismatches between the expectations of the human players and the actions taken by the AI players often cause dissatisfaction of the players. One of the reasons for such mismatches is that there are several types of sub-goals in these games and the AI players act without understanding which types of sub-goals are important for each human player. The purpose of this study is to propose a method to develop teammate AI players that estimate the sub-goal preference of the human players and act with causing less dissatisfaction of the players. In an evaluation experiment, we prepared some artificial players with various preferences for the sub-goals and tried to estimate their sub-goals by the proposed method. The selected actions based on the estimated sub-goal preferences were the same as the selected actions by the original artificial players at the rate of 67.1% in one setting. The upper bound of the rate is about 70.6% (in this setting), which is the rate at which the same actions are selected when the preference of sub-goals is the same. Thus the proposed method is only 3.5% inferior in performance in the worst case compared to an ideal estimation. Keywords: Game AI, RPG, Utility, Machine Learning, Team-mate, Cooperation game 1 JAIST, Asahidai 1-1, Nomi, Ishikawa, Japan a) s @jaist.ac.jp b) satonao@jaist.ac.jp c) kokolo@jaist.ac.jp 1. AI 1

3 AI AI AI Sander,B. [1] QuakeIII AI AI AI RPG AI AI AI AI AI 2. AI AI [2] AI Infinite Mario Bros. Matteo [3] AI Believability AI Sander AI QuakeIII AI AI [1] RPG QuakeIII RPG 1 Sander AI [9] [7] [4][8] [10], [11] [5] (w 1 + w2 ) w 1 0 w 2 0 RPG AI [6] 100 2

4 1 3. AI AI AI (a) AI (b) AI (c) (d) [6] (a) AI 1 ( 1 ) RPG RPG ( 2 ) AI ( 3 ) ( 4 ) ( 5 ) ( 6 ) (5) ( 7 )

5 4.1 S A j s j S A s j A a j A s j {(s j, a j )} j s a A s 1 a a A s π S R A s a π i s i (s, a, π) s i (s, a, π) S R n x i (s, a, π) m x(s, a, π) = 1 m m x i (s, a, π) (1) i=1 x 2 1 π [7] x(s, a, π) a 2 a 1 π x(s, a 1, π ) x(s, a 2, π) 4.3 s S A s A a A s a A s π : S R A Π s i (s, a, π) x i (s, a, π) R n x(s, a, π) R n w u( x, w) R 1 s s a π i s i (s, a, π) { x i (s, a, π)} i w x u : x R (2) u( x(s, a, π), w) = x(s, a, π) w (2) x(s, a, π) s a π w a (3) max u( x(s, π Π a, π), w) max u( x(s, a, π), w) (3) π Π,a A s Π π w W w a* (3) w W w W 1 4

6 Algorithm 1 for each w W do p w = 0 end for for each (s, a ) {(s j, a j )} j do for each w W do u = max π Π u( x(s, a, π), w) for each a A s \ a do if u < max π Π u( x(s, a, π), w) then p w + = 1 end if end for end for end for return arg min p w w W 4.4 a π x(s, a, π) u( x, w) arg max u( x(s, a, π) w) a A s,π Π HP 0 0 MP RPG 6. 5

7 2 2 HP MP MP MP HP ( 1 ) ( 2 ) HP HP ( 3 ) 5 ( 4 ) 5 MP ( 5 ) 5 ( 6 ) (2) (4) ( 7 ) (2) (5) HP MP Turn AI 3 3 HP 99% 99% 96% 96% MP Turn 98% 83% 93% 69% AI 8 10% 7. w x 4 x = {x HP, x MP, x T urn } (4) a, b, x HP HP = HP (5) x MP MP = MP (6) x T urn = b a (7) 7.2 w x 3 x HP, x MP, x T urn 1 1 [1,10,0.1] MP [1,0.1,0.1] HP W x MP, x T urn w 6

8 4 [1, 4, 8] 5 [1, 1 8, 1 16 ] 2 AI w = [1, 4, 8] MP Turn 4 w = [1, 1 8, 1 16 ] HP 5 [1, 4, 8] 10% [1, 1 8, 1 16 ] [1, 4, 8] [1, 1/8, 1/16] [1, 1/16, 1/32] [1,12,0.167] MP 4 15% MP 8. AI RPG

9 4 HP MP Turn HP Turn MP Turn MP AI 4.1 MP Turn AI 3.1 MP AI Turn Turn AI 4.0 MP AI MP Turn Turn AI 3.0 MP AI 2.7 AI AI MP Turn MP Turn AI AI 3 AI 2 [1, 0.3, 3] Turn AI [1, 4, 0.25] MP AI AI 7 5 Turn Turn AI (4.0) MP AI (2.6) (4.3) [1, 0.5, 16] [1, 0.3, 3] 9. [1] Sander Bakkes, Pieter Spronck and Eric Postma : TEAM : The Team-Oriented Evolutionary Adaptability Mechanism, Entertainment Computing - ICEC 2004, pp , [2] 55(7) pp [3] Matteo Bernacchia Hoshino Jun ichi AI platform for supporting believable combat in role-playing games, 2014 pp [4] 48 6 (2) pp [5] pp [6] AI 29 pp [7] Remi Coulom Computing Elo ratings of move patterns in the game of Go International Computer Games Association Journal 30 (2007) pp [8] 2011 pp [9] 2001 pp [10] 2006 pp [11] AI Vol 2010-GI-24 No.3 pp

1,a) 1,b) TUBSTAP TUBSTAP Offering New Benchmark Maps for Turn Based Strategy Game Tomihiro Kimura 1,a) Kokolo Ikeda 1,b) Abstract: Tsume-shogi and Ts

1,a) 1,b) TUBSTAP TUBSTAP Offering New Benchmark Maps for Turn Based Strategy Game Tomihiro Kimura 1,a) Kokolo Ikeda 1,b) Abstract: Tsume-shogi and Ts JAIST Reposi https://dspace.j Title ターン制戦略ゲームにおけるベンチマークマップの提 案 Author(s) 木村, 富宏 ; 池田, 心 Citation ゲームプログラミングワークショップ 2016 論文集, 2016: 36-43 Issue Date 2016-10-28 Type Conference Paper Text version author

More information

AI

AI JAIST Reposi https://dspace.j Title プレイヤの意図や価値観を学習し行動選択するチーム プレイ AI の構成 Author(s) 吉谷, 慧 Citation Issue Date 2013-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/11300

More information

The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). The material has been made available on the website

The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). The material has been made available on the website The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). The material has been made available on the website by the author(s) under the agreement with the IPSJ.

More information

Copyright 2008 by Tomoyoshi Yamazaki

Copyright 2008 by Tomoyoshi Yamazaki JAIST Reposi https://dspace.j Title 工程管理から知識創造へ - クリニカルパスによる医療 のナレッジ マネジメント - Author(s) 山﨑, 友義 Citation Issue Date 2008-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/4260

More information

2015 3

2015 3 JAIST Reposi https://dspace.j Title ターン制ストラテジーゲームにおける候補手の抽象化 によるゲーム木探索の効率化 Author(s) 村山, 公志朗 Citation Issue Date 2015-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/12652

More information

Title 体 験 話 法 の 機 能 について : 二 重 の 視 点 性 の 観 点 から Author(s) 三 瓶, 裕 文 Citation (37): 17-32 Issue 2012-05 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/25722 Right Hitotsubashi

More information

1., 1 COOKPAD 2, Web.,,,,,,.,, [1]., 5.,, [2].,,.,.,, 5, [3].,,,.,, [4], 33,.,,.,,.. 2.,, 3.., 4., 5., ,. 1.,,., 2.,. 1,,

1., 1 COOKPAD 2, Web.,,,,,,.,, [1]., 5.,, [2].,,.,.,, 5, [3].,,,.,, [4], 33,.,,.,,.. 2.,, 3.., 4., 5., ,. 1.,,., 2.,. 1,, THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS TECHNICAL REPORT OF IEICE.,, 464 8601 470 0393 101 464 8601 E-mail: matsunagah@murase.m.is.nagoya-u.ac.jp, {ide,murase,hirayama}@is.nagoya-u.ac.jp,

More information

2 ( ) i

2 ( ) i 25 Study on Rating System in Multi-player Games with Imperfect Information 1165069 2014 2 28 2 ( ) i ii Abstract Study on Rating System in Multi-player Games with Imperfect Information Shigehiko MORITA

More information

2

2 2011 8 6 2011 5 7 [1] 1 2 i ii iii i 3 [2] 4 5 ii 6 7 iii 8 [3] 9 10 11 cf. Abstracts in English In terms of democracy, the patience and the kindness Tohoku people have shown will be dealt with as an exception.

More information

JAIST Reposi Title KJ 法における作法の研究 Author(s) 三村, 修 Citation Issue Date Type Thesis or Dissertation Text version author URL http

JAIST Reposi   Title KJ 法における作法の研究 Author(s) 三村, 修 Citation Issue Date Type Thesis or Dissertation Text version author URL http JAIST Reposi https://dspace.j Title KJ 法における作法の研究 Author(s) 三村, 修 Citation Issue Date 2005-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/537 Rights Description Supervisor:

More information

Copyright c 2001 by Shuuhei Takimoto

Copyright c 2001 by Shuuhei Takimoto JAIST Reposi https://dspace.j Title サッカーエージェントの行動決定過程における戦術の 役割 Author(s) 瀧本, 周平 Citation Issue Date 2001-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/739 Rights Description

More information

Title 開 化 新 聞 石 川 新 聞 の 出 版 史 的 考 察 : 明 治 初 期 地 方 紙 出 版 の 一 モデル Author(s) 磯 部, 敦 Citation 書 物 出 版 と 社 会 変 容, 1: 143-171 Issue 2006-04-20 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/16581

More information

29 jjencode JavaScript

29 jjencode JavaScript Kochi University of Technology Aca Title jjencode で難読化された JavaScript の検知 Author(s) 中村, 弘亮 Citation Date of 2018-03 issue URL http://hdl.handle.net/10173/1975 Rights Text version author Kochi, JAPAN http://kutarr.lib.kochi-tech.ac.jp/dspa

More information

Osaka Gakuin University Repository Title DCF MLB The Estimation of the Amount of the MLB Bid Tendered for Posting Player by DCF and Real Option Method Author(s) (Katsuhiko Satoma) Citation THE OSAKA GAKUIN

More information

Title 社 会 化 教 育 における 公 民 的 資 質 : 法 教 育 における 憲 法 的 価 値 原 理 ( fulltext ) Author(s) 中 平, 一 義 Citation 学 校 教 育 学 研 究 論 集 (21): 113-126 Issue Date 2010-03 URL http://hdl.handle.net/2309/107543 Publisher 東 京

More information

高 齢 者 のためのスマートフォンを 利 用 した 物 の 保 管 場 Title 所 登 録 検 索 アプリケーション Author(s) 竹 澤, 見 江 子 Citation Issue Date 2012-03-25 URL http://hdl.handle.net/10748/5582 DOI Rights Type Thesis or Dissertation Textversion

More information

Title 責任能力 Author(s) 本庄, 武 ; 山下, 幸夫 Citation 季刊刑事弁護 (71): 176-181 Issue 2012-07 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/26089 Right Hitotsubashi University Repository

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

Title 棭斎書簡四通 Author(s) 柏崎, 順子 Citation 書物 出版と社会変容, 1: 63-74 Issue 2006-04-20 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/16589 Right Hitotsubashi University Repository

More information

1 Web [2] Web [3] [4] [5], [6] [7] [8] S.W. [9] 3. MeetingShelf Web MeetingShelf MeetingShelf (1) (2) (3) (4) (5) Web MeetingShelf

1 Web [2] Web [3] [4] [5], [6] [7] [8] S.W. [9] 3. MeetingShelf Web MeetingShelf MeetingShelf (1) (2) (3) (4) (5) Web MeetingShelf 1,a) 2,b) 4,c) 3,d) 4,e) Web A Review Supporting System for Whiteboard Logging Movies Based on Notes Timeline Taniguchi Yoshihide 1,a) Horiguchi Satoshi 2,b) Inoue Akifumi 4,c) Igaki Hiroshi 3,d) Hoshi

More information

Title 国 民 年 金 国 民 健 康 保 険 未 加 入 者 の 計 量 分 析 Author(s) 湯 田, 道 生 Citation 経 済 研 究, 57(4): 344-357 Issue 2006-10-25 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/20334 Right

More information

FUJII, M. and KOSAKA, M. 2. J J [7] Fig. 1 J Fig. 2: Motivation and Skill improvement Model of J Orchestra Fig. 1: Motivating factors for a

FUJII, M. and KOSAKA, M. 2. J J [7] Fig. 1 J Fig. 2: Motivation and Skill improvement Model of J Orchestra Fig. 1: Motivating factors for a /Specially issued Original Paper QOL 1 1 A Proposal of Value Co-creation Model to Promote Elderly People s Community Activities Concerning QOL Improvement Case Studies of Successful Social Activities by

More information

Titleエジプトにおける 私 的 土 地 所 有 権 の 確 立 Author(s) 加 藤, 博 Citation Issue 1983-12-14 Date Type Thesis or Dissertation Text Version publisher URL http://hdl.handle.net/10086/18306 Right Hitotsubashi University

More information

1 1 tf-idf tf-idf i

1 1 tf-idf tf-idf i 14 A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles 1055104 2003 1 31 1 1 tf-idf tf-idf i Abstract A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles

More information

DOUSHISYA-sports_R12339(高解像度).pdf

DOUSHISYA-sports_R12339(高解像度).pdf Doshisha Journal of Health & Sports Science, 4, 41-50 2012 41 A Case Study of the Comprehensive community sports clubs that People with Disability Participate in. Motoaki Fujita In this study, the interview

More information

Title 未 必 の 故 意 ( 殺 意 ) Author(s) 本 庄, 武 Citation 季 刊 刑 事 弁 護 (67): 130-135 Issue 2011-07 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/23152 Right Hitotsubashi University

More information

Radiation induced colour centres in vitreous systems Stevels, J.M. Published in: Yogyo Kyokaishi Gepubliceerd: 01/01/1967 Document Version Uitgevers PDF, ook bekend als Version of Record Please check the

More information

非経済的動機を導入した経済理論の可能性 カント的ア Title プローチ Author(s) 奥島, 真一郎 ; 吉原, 直毅 Citation 経済研究, 63(4): 346-364 Issue 2012-10-25 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/25872 Right

More information

1

1 Title SNSの利用実態から見た留学生のコミュニケーション プラットフォーム Author(s) 佐々木, 泰子 Citation お茶の水女子大学人文科学研究 Issue Date 2015-03-31 URL http://hdl.handle.net/10083/57288 Rights Resource Type Departmental Bulletin Paper Resource

More information

2006 (2006)

2006 (2006) Title Author(s) Kobe University Repository : Kernel 若者にとってキャリアとは何か ( その 1)(What does "career" mean for youth? (vol.1)) 山内, 乾史 Citation 大學教育研究,15:37-47 Issue date 2006-09 Resource Type Resource Version

More information

百人一首かるた選手の競技時の脳の情報処理に関する研究

百人一首かるた選手の競技時の脳の情報処理に関する研究 Mem. Faculty. B. O. S. T. Kinki University No. 24 : 33 43 (2009) 33 34 Memoirs of The Faculty of B. O. S. T. of Kinki University No. 24 (2009) になる 音 の 先 頭 ゆら 平 均 30~ 羽 田 後 に 取 り 札 を 認 識 していることを 見 出 した0

More information

227 study

227 study Title 近 世 後 期 江 戸 における 知 識 人 社 会 と 考 証 研 究 Author(s) 小 林, 幸 夫 Citation 大 学 院 教 育 改 革 支 援 プログラム 日 本 文 化 研 究 の 国 際 的 情 報 伝 達 スキルの 育 成 活 動 報 告 書 Issue Date 2009-03-31 URL http://hdl.handle.net/10083/35352

More information

商 家 奉 公 人 と 雑 業 者 -- 近 世 都 市 労 働 市 場 における 二 重 構 Title 造 の 形 成 -- Author(s) 斎 藤, 修 Citation 経 済 研 究, 36(3): 251-267 Issue 1985-07-15 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/22564

More information

Core Ethics Vol. : - : : : -

Core Ethics Vol. : - : : : - Core Ethics Vol... : : : DC Core Ethics Vol. : - : : : - ............ Core Ethics Vol. : : : : :...... : Core Ethics Vol. : .. : : : : Core Ethics Vol. http:// www.psy-jinken-osaka.org/?page_id= : - -

More information

観 光 地 ケアンズの 生 成 と 日 本 企 業 : イメージ 戦 略 をめぐ Title る 政 治 過 程 と 地 域 社 会 変 動 Author(s) 小 野 塚, 和 人 Citation オーストラリア 研 究 (24): 40-55 Issue 2011-03 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/22158

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 私立大学の任期制教員の現状 : ヒアリング調査から Author(s) 佐藤, 龍子 Citation 静岡大学教育研究. 7, p. 37-45 Issue Date 2011-03-15 URL http://doi.org/10.14945/00005603 Version

More information

3_23.dvi

3_23.dvi Vol. 52 No. 3 1234 1244 (Mar. 2011) 1 1 mixi 1 Casual Scheduling Management and Shared System Using Avatar Takashi Yoshino 1 and Takayuki Yamano 1 Conventional scheduling management and shared systems

More information

Title < 論文 > 公立学校における在日韓国 朝鮮人教育の位置に関する社会学的考察 : 大阪と京都における 民族学級 の事例から Author(s) 金, 兌恩 Citation 京都社会学年報 : KJS = Kyoto journal of so 14: 21-41 Issue Date 2006-12-25 URL http://hdl.handle.net/2433/192679 Right

More information

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst 情報処理学会インタラクション 2015 IPSJ Interaction 2015 15INT014 2015/3/7 1,a) 1,b) 1,c) Design and Implementation of a Piano Learning Support System Considering Motivation Fukuya Yuto 1,a) Takegawa Yoshinari 1,b) Yanagi

More information

1: A/B/C/D Fig. 1 Modeling Based on Difference in Agitation Method artisoc[7] A D 2017 Information Processing

1: A/B/C/D Fig. 1 Modeling Based on Difference in Agitation Method artisoc[7] A D 2017 Information Processing 1,a) 2,b) 3 Modeling of Agitation Method in Automatic Mahjong Table using Multi-Agent Simulation Hiroyasu Ide 1,a) Takashi Okuda 2,b) Abstract: Automatic mahjong table refers to mahjong table which automatically

More information

Trial Study to Aggregate the Flow of Relief Funds for the Great East Japan Earthquake: Matrix of Relief Fund Inflow and Outflow Abstract The 2011 Grea

Trial Study to Aggregate the Flow of Relief Funds for the Great East Japan Earthquake: Matrix of Relief Fund Inflow and Outflow Abstract The 2011 Grea 東日本大震災における援助資金フロー捕捉の試み Title インフローとアウトフローに関する援助資金マトリッ クス Author(s) 中嶋, 貴子, 馬場, 英朗 Citation 計画行政, 38(4): 39-49 Issue Date 2015-11 URL http://hdl.handle.net/10112/10206 Rights Type Journal Article Textversion

More information

1 Web Web 1,,,, Web, Web : - i -

1 Web Web 1,,,, Web, Web : - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Improvement of Environment for Learning Mathematics at FUN A ( ) Group Name GroupA (System) /Project No.

More information

950080 Copyright ' 2001 by Manabu Masuoka i

950080 Copyright ' 2001 by Manabu Masuoka i JAIST Reposi https://dspace.j Title 何 が 日 産 を 蝕 んだのか? 日 産 に 見 る 経 営 資 源 配 分 問 題 Author(s) 増 岡, 学 Citation Issue Date 2001-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/725

More information

By Kenji Kinoshita, I taru Fukuda, Taiji Ota A Study on the Use of Overseas Construction Materials There are not few things which are superior in the price and the aspect of the quality to a domestic

More information

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alternative approach using the Monte Carlo simulation to evaluate

More information

Title セブンリベラルアーツとはどこから来た何ものか Author(s) 半田, 智久 Citation お茶の水女子大学人文科学研究 Issue Date 2010-03-30 URL http://hdl.handle.net/10083/48997 Rights Resource Type Departmental Bulletin Paper Resource Version publisher

More information

Title 上級漢字教材作成プロジェクトについて Author(s) 太田, 亨 ; 藤田, 佐和子 ; 中村, 朱美 Citation 金沢大学留学生センター紀要, 5: 69-95 Issue Date 2002-03 Type Departmental Bulletin Paper Text version URL http://hdl.handle.net/2297/1890 Right *KURA

More information

Q [4] 2. [3] [5] ϵ- Q Q CO CO [4] Q Q [1] i = X ln n i + C (1) n i i n n i i i n i = n X i i C exploration exploitation [4] Q Q Q ϵ 1 ϵ 3. [3] [5] [4]

Q [4] 2. [3] [5] ϵ- Q Q CO CO [4] Q Q [1] i = X ln n i + C (1) n i i n n i i i n i = n X i i C exploration exploitation [4] Q Q Q ϵ 1 ϵ 3. [3] [5] [4] 1,a) 2,3,b) Q ϵ- 3 4 Q greedy 3 ϵ- 4 ϵ- Comparation of Methods for Choosing Actions in Werewolf Game Agents Tianhe Wang 1,a) Tomoyuki Kaneko 2,3,b) Abstract: Werewolf, also known as Mafia, is a kind of

More information

The 19th Game Programming Workshop 2014 SHOT 1,a) 2 UCT SHOT UCT SHOT UCT UCT SHOT UCT An Empirical Evaluation of the Effectiveness of the SHOT algori

The 19th Game Programming Workshop 2014 SHOT 1,a) 2 UCT SHOT UCT SHOT UCT UCT SHOT UCT An Empirical Evaluation of the Effectiveness of the SHOT algori SHOT 1,a) 2 UCT SHOT UCT SHOT UCT UCT SHOT UCT An Empirical Evaluation of the Effectiveness of the SHOT algorithm in Go and Gobang Masahiro Honjo 1,a) Yoshimasa Tsuruoka 2 Abstract: Today, UCT is the most

More information

宅地使用権問題とその周辺 : 物権法制定における議論を Title 手がかりに Author(s) 但見, 亮 Citation 社會科學研究, 62(5/6): 97-117 Issue 2011-03 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/23081 Right Hitotsubashi

More information

1.

1. Title 名 詞 型 助 数 詞 の 用 法 : 準 助 数 詞 セット と 組 を 中 心 に Author(s) 東 条, 佳 奈 Citation 阪 大 日 本 語 研 究. 27 P.109-P.136 Issue 2015-03 Date Text Version publisher URL http://hdl.handle.net/11094/51518 DOI Rights Osaka

More information

Title 静 脩 Vol. 40 No. 1 (2003.5) [ 全 文 ] Author(s) Citation 静 脩 (2003), 40(1) Issue Date 2003-05 URL http://hdl.handle.net/2433/66046 Right Type Others Textversion publisher Kyoto University e

More information

Title 大 相 撲 八 百 長 の 誘 因 構 造 と 実 証 分 析 Author(s) 堀, 雅 博 ; 岩 本, 光 一 郎 Citation 経 済 研 究, 64(2): 132-146 Issue 2013-04-25 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/25881

More information

How to Use World News as English Teaching Material

How to Use World News as English Teaching Material SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title ワールド ニュース 音 声 英 語 スクリプトを 利 用 した 英 語 教 育 の 研 究 Author(s) 林, 正 雄 Citation 静 岡 大 学 教 育 学 部 研 究 報 告. 教 科 教 育 学 篇. 33, p. 183-19 Issue Date

More information

IPSJ SIG Technical Report Vol.2011-EC-19 No /3/ ,.,., Peg-Scope Viewer,,.,,,,. Utilization of Watching Logs for Support of Multi-

IPSJ SIG Technical Report Vol.2011-EC-19 No /3/ ,.,., Peg-Scope Viewer,,.,,,,. Utilization of Watching Logs for Support of Multi- 1 3 5 4 1 2 1,.,., Peg-Scope Viewer,,.,,,,. Utilization of Watching Logs for Support of Multi-View Video Contents Kosuke Niwa, 1 Shogo Tokai, 3 Tetsuya Kawamoto, 5 Toshiaki Fujii, 4 Marutani Takafumi,

More information

計量国語学 アーカイブ ID KK 種別 特集 招待論文 A タイトル Webコーパスの概念と種類, 利用価値 語史研究の情報源としてのWebコーパス Title The Concept, Types and Utility of Web Corpora: Web Corpora as

計量国語学 アーカイブ ID KK 種別 特集 招待論文 A タイトル Webコーパスの概念と種類, 利用価値 語史研究の情報源としてのWebコーパス Title The Concept, Types and Utility of Web Corpora: Web Corpora as 計量国語学 アーカイブ ID KK300601 種別 特集 招待論文 A タイトル Webコーパスの概念と種類, 利用価値 語史研究の情報源としてのWebコーパス Title The Concept, Types and Utility of Web Corpora: Web Corpora as a Source of Information for Etymological Studies 著者

More information

日本感性工学会論文誌

日本感性工学会論文誌 Vol.13 No.2 pp.391-402 2014 PROGRESS Consideration of the Transition in Mitsubishi Electric Corporate Website Design Transition in Response to Environmental Change and Record through the Case of Corporate

More information

Eclipse A Tool Support to Merge Similer Methods with Differences Akira Goto 1 Norihiro Yoshida 2 Masakazu Ioka 1 Katsuro Inoue 1 Abstra

Eclipse A Tool Support to Merge Similer Methods with Differences Akira Goto 1 Norihiro Yoshida 2 Masakazu Ioka 1 Katsuro Inoue 1 Abstra Title 差分を含む類似メソッドの集約支援ツール Author(s) Citation 後藤, 祥 ; 吉田, 則裕 ; 井岡, 正和 ; 井上, 克郎 ソフトウェアエンジニアリングシンポジウム 2012 論文集. 2012 P.1-P.6 Issue Date 2012-08-21 Text Version publisher URL http://hdl.handle.net/11094/50124

More information

Web Stamps 96 KJ Stamps Web Vol 8, No 1, 2004

Web Stamps 96 KJ Stamps Web Vol 8, No 1, 2004 The Journal of the Japan Academy of Nursing Administration and Policies Vol 8, No 1, pp 43 _ 57, 2004 The Literature Review of the Japanese Nurses Job Satisfaction Research Which the Stamps-Ozaki Scale

More information

FA

FA 29 28 15 1985 1993 The process of the labor negotiations of the Japan Professional Baseball Players Association, 1985 1993 ABE Takeru Graduate School of Social Science, Hitotsubashi University Abstract

More information

The 18th Game Programming Workshop ,a) 1,b) 1,c) 2,d) 1,e) 1,f) Adapting One-Player Mahjong Players to Four-Player Mahjong

The 18th Game Programming Workshop ,a) 1,b) 1,c) 2,d) 1,e) 1,f) Adapting One-Player Mahjong Players to Four-Player Mahjong 1 4 1,a) 1,b) 1,c) 2,d) 1,e) 1,f) 4 1 1 4 1 4 4 1 4 Adapting One-Player Mahjong Players to Four-Player Mahjong by Recognizing Folding Situations Naoki Mizukami 1,a) Ryotaro Nakahari 1,b) Akira Ura 1,c)

More information

途 上 国 における 災 害 援 助 物 資 の 村 内 分 配 -- 血 族 社 会 の 相 Title 互 扶 助 と 階 層 -- Author(s) 高 崎, 善 人 Citation 経 済 研 究, 62(2): 141-152 Issue 2011-04-25 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/22312

More information

Title 市 場 経 済 移 行 と 経 路 依 存 性 : 体 系 的 レビュー Author(s) 溝 端, 佐 登 史 ; 堀 江, 典 生 Citation 経 済 研 究, 64(4): 338-352 Issue 2013-10-25 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/26664

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 中 国 語 の 語 りにおける 知 覚 動 詞 の 用 法 について Author(s) 今 井, 敬 子 Citation 人 文 論 集. 57(1), p. A49-A66 Issue Date 2006-07-31 URL http://doi.org/10.14945/00001112

More information

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2 CHLAC 1 2 3 3,. (CHLAC), 1).,.,, CHLAC,.,. Suspicious Behavior Detection based on CHLAC Method Hideaki Imanishi, 1 Toyohiro Hayashi, 2 Shuichi Enokida 3 and Toshiaki Ejima 3 We have proposed a method for

More information

Title スポーツの国際化とスポーツビジネス Author(s) Citation 研究年報, 1988: 46-56 Issue 1988-08-01 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/7415 Right Hitotsubashi University

More information

FA FA FA FA FA 5 FA FA 9

FA FA FA FA FA 5 FA FA 9 30 29 31 1993 2004 The process of the labor negotiations of Japan Professional Baseball Players Association, 1993 2004 ABE Takeru Graduate School of Social Science, Hitotsubashi University Abstract The

More information

Title 内 部 請 負 と 内 部 労 働 市 場 -- 労 働 過 程 変 革 の 歴 史 理 論 -- Author(s) 尾 高, 煌 之 助 Citation 経 済 研 究, 39(1): 81-90 Issue 1988-01-14 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/22433

More information

子 ども 手 当 導 入 に 伴 う 家 計 への 影 響 分 析 JHPSを 用 Title いたマイクロ シミュレーション Author(s) 土 居, 丈 朗 Citation 経 済 研 究, 61(2): 137-153 Issue 2010-04-25 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/19629

More information

早稲田大学現代政治経済研究所 ダブルトラック オークションの実験研究 宇都伸之早稲田大学上條良夫高知工科大学船木由喜彦早稲田大学 No.J1401 Working Paper Series Institute for Research in Contemporary Political and Ec

早稲田大学現代政治経済研究所 ダブルトラック オークションの実験研究 宇都伸之早稲田大学上條良夫高知工科大学船木由喜彦早稲田大学 No.J1401 Working Paper Series Institute for Research in Contemporary Political and Ec 早稲田大学現代政治経済研究所 ダブルトラック オークションの実験研究 宇都伸之早稲田大学上條良夫高知工科大学船木由喜彦早稲田大学 No.J1401 Working Paper Series Institute for Research in Contemporary Political and Economic Affairs Waseda University 169-8050 Tokyo,Japan

More information

Title 近江湖北の神事をめぐる心理臨床学的研究 Author(s) 井上, 明美 Citation 京都大学大学院教育学研究科紀要 (2009), 55: 267-279 Issue Date 2009-03-31 URL http://hdl.handle.net/2433/72722 Right Type Departmental Bulletin Paper Textversion publisher

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 無 : 道 家 的 宇 宙 論 の 展 開 Author(s) 荒 川, 紘 Citation 人 文 論 集. 52(1), p. 1-22 Issue Date 2001-07-31 URL http://doi.org/10.14945/00000419 Version

More information

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple 1 2 3 4 5 e β /α α β β / α A judgment method of difficulty of task for a learner using simple electroencephalograph Katsuyuki Umezawa 1 Takashi Ishida 2 Tomohiko Saito 3 Makoto Nakazawa 4 Shigeichi Hirasawa

More information

Title 人 生 の 意 味 への 問 いの 諸 相 : 問 いのきっかけや 重 要 性, 自 我 体 験 との 関 連 から Author(s) 浦 田, 悠 Citation 京 都 大 学 大 学 院 教 育 学 研 究 科 紀 要 (2008), 54: 112-124 Issue Date 2008-03-31 URL http://hdl.handle.net/2433/57035 Right

More information

Titleグローバル 化 金 融 経 済 危 機 と 生 活 保 障 システム Author(s) 大 沢, 真 理 Citation ジェンダー 研 究 : お 茶 の 水 女 子 大 学 ジェンダー 研 究 セン ター 年 報 Issue Date 2012-03-21 URL http://hdl.handle.net/10083/52607 Rights Resource Type Departmental

More information

:. SPSS

:. SPSS Title 被 服 製 作 に 関 する 知 識 と 技 能 の 実 態 : 帰 国 生 と 一 般 生 と の 比 較 ( fulltext ) Author(s) 山 崎, 真 澄 ; 池 﨑, 喜 美 惠 Citation 東 京 学 芸 大 学 紀 要. 総 合 教 育 科 学 系, 64(2): 175-182 Issue Date 2013-02-28 URL http://hdl.handle.net/2309/132633

More information

28_3-03-伊勢坊 中原先生-原著③.indd

28_3-03-伊勢坊 中原先生-原著③.indd Japanese Journal of Administrative Science Volume 28, No.3, 2016, 233-247 Article How do executive secretaries learn from their experiences? Aya ISEBO Tokyo University Jun NAKAHARA Tokyo University The

More information

4.1 % 7.5 %

4.1 % 7.5 % 2018 (412837) 4.1 % 7.5 % Abstract Recently, various methods for improving computial performance have been proposed. One of these various methods is Multi-core. Multi-core can execute processes in parallel

More information

Title 日 本 の 貯 蓄 投 資 バランスと 経 常 収 支, 為 替 レート Author(s) 深 尾, 京 司 Citation 経 済 研 究, 38(3): 222-239 Issue 1987-07-15 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/22467 Right

More information

Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work of the Independen

Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work of the Independen SATO Label Gallery SATO International Pte Ltd Version : BSI-021227-01 Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work

More information

2006 3

2006 3 JAIST Reposi https://dspace.j Title 質問の曖昧性を考慮した質問応答システムに関する研 究 Author(s) 松本, 匡史 Citation Issue Date 2006-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/1986 Rights Description

More information

Title 中国における大学入試改革の動向 : 地方 大学への権限委譲に関する一考察 Author(s) 楠山, 研 Citation 京都大学大学院教育学研究科紀要 (2005), 51: 128-141 Issue Date 2005-03-31 URL http://hdl.handle.net/2433/57556 Right Type Departmental Bulletin Paper

More information

現 物 賃 金 と 経 済 発 展 途 上 国 農 村 家 計 の 労 働 供 給 と 食 糧 Title 確 保 に 焦 点 を 当 てて Author(s) 黒 崎, 卓 Citation 経 済 研 究, 59(3): 266-285 Issue 2008-07-25 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/19624

More information

johnny-paper2nd.dvi

johnny-paper2nd.dvi 13 The Rational Trading by Using Economic Fundamentals AOSHIMA Kentaro 14 2 26 ( ) : : : The Rational Trading by Using Economic Fundamentals AOSHIMA Kentaro abstract: Recently Artificial Markets on which

More information

Title 人 文 社 会 学 系 オリンピック 研 究 の 現 在 Author(s) 舛 本, 直 文 Citation 体 育 スポーツ 哲 学 研 究, 27(2): 1-8 Issue Date 2005 URL http://hdl.handle.net/10748/2230 DOI Rights Type Journal Article Textversion publisher http://www.tmu.ac.jp/

More information

Title 天 和 の 治 における 将 軍 像 と 牧 民 忠 告 諺 解 : 大 老 堀 田 正 俊 の 思 想 Author(s) 小 川, 和 也 Citation 書 物 出 版 と 社 会 変 容, 3: 27-94 Issue 2007-10-31 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/16604

More information

Vol.57 No

Vol.57 No Title 合併と企業統治 : 大正期東洋紡と大日本紡の比較 Author(s) 川井, 充 Citation 大阪大学経済学. 57(3) P.38-P.72 Issue 2007-12 Date Text Version publisher URL http://hdl.handle.net/11094/17848 DOI Rights Osaka University Vol.57 No.3

More information

WikiWeb Wiki Web Wiki 2. Wiki 1 STAR WARS [3] Wiki Wiki Wiki 2 3 Wiki 5W1H 3 2.1 Wiki Web 2.2 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 2.3 Wiki 2015 Informa

WikiWeb Wiki Web Wiki 2. Wiki 1 STAR WARS [3] Wiki Wiki Wiki 2 3 Wiki 5W1H 3 2.1 Wiki Web 2.2 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 2.3 Wiki 2015 Informa 情 報 処 理 学 会 インタラクション 2015 IPSJ Interaction 2015 A17 2015/3/5 Web 1 1 1 Web Web Position and Time based Summary System using Story Style for Web Contents Daichi Ariyama 1 Daichi Ando 1 Shinichi Kasahara

More information

Title だ が 使 われるとき Author(s) 三 枝, 令 子 Citation 一 橋 大 学 留 学 生 センター 紀 要, 4: 3-17 Issue 2001-07-31 Date Type Departmental Bulletin Paper Text Version publisher URL http://hdl.handle.net/10086/8580 Right Hitotsubashi

More information

Title 北 魏 の 大 人 官 に 就 いて( 上 ) Author(s) 山 崎, 宏 Citation 東 洋 史 研 究 (1947), 9(5-6): 167-180 Issue Date 1947-08-15 URL http://dx.doi.org/10.14989/145844 Right Type Journal Article Textversion publisher Kyoto

More information

) ,

) , Vol. 2, 1 17, 2013 1986 A study about the development of the basic policy in the field of reform of China s sports system 1986 HaoWen Wu Abstract: This study focuses on the development of the basic policy

More information

人工知能学会研究会資料 SIG-KBS-B Analysis of Voting Behavior in One Night Werewolf 1 2 Ema Nishizaki 1 Tomonobu Ozaki Graduate School of Integrated B

人工知能学会研究会資料 SIG-KBS-B Analysis of Voting Behavior in One Night Werewolf 1 2 Ema Nishizaki 1 Tomonobu Ozaki Graduate School of Integrated B 人工知能学会研究会資料 SIG-KBS-B508-09 Analysis of Voting Behavior in One Night Werewolf 1 2 Ema Nishizaki 1 Tomonobu Ozaki 2 1 1 Graduate School of Integrated Basic Sciences, Nihon University 2 2 College of Humanities

More information

41 1. 初めに ) The National Theatre of the Deaf 1980

41 1. 初めに ) The National Theatre of the Deaf 1980 Title Author(s) 手話演劇の様相 : 車座の実践と岸田理生の戯曲を通して 岡田, 蕗子 Citation 待兼山論叢. 美学篇. 48 P.41-P.66 Issue Date 2014-12-25 Text Version publisher URL http://hdl.handle.net/11094/56608 DOI rights 41 1. 初めに 1946 2003 1984

More information

〈論文〉興行データベースから「古典芸能」の定義を考える

〈論文〉興行データベースから「古典芸能」の定義を考える Abstract The long performance database of rakugo and kabuki was totaled, and it is found that few programs are repeated in both genres both have the frequency differential of performance. It is a question

More information

ID 3) 9 4) 5) ID 2 ID 2 ID 2 Bluetooth ID 2 SRCid1 DSTid2 2 id1 id2 ID SRC DST SRC 2 2 ID 2 2 QR 6) 8) 6) QR QR QR QR

ID 3) 9 4) 5) ID 2 ID 2 ID 2 Bluetooth ID 2 SRCid1 DSTid2 2 id1 id2 ID SRC DST SRC 2 2 ID 2 2 QR 6) 8) 6) QR QR QR QR Vol. 51 No. 11 2081 2088 (Nov. 2010) 2 1 1 1 which appended specific characters to the information such as identification to avoid parity check errors, before QR Code encoding with the structured append

More information

Title Author(s) Kobe University Repository : Kernel 認知症高齢者と家族介護者間のコミュニケーション改善のために訪問看護師が実施した支援のプロセス : 共依存事例について (The Support Process in Improving Communication Between Elderly with Dementia and the Family

More information

Title 宋 代 の 科 場 と 不 具 疾 患 の 進 士 Author(s) 荒 木, 敏 一 Citation 東 洋 史 研 究 (1971), 30(2-3): 191-213 Issue Date 1971-12-31 URL http://dx.doi.org/10.14989/152841 Right Type Journal Article Textversion publisher

More information

/ p p

/ p p http://alce.jp/journal/ 14 2016 pp. 33-54 ISSN 2188-9600 * 3 Copyright 2016 by Association for Language and Cultural Education 1 2012 1 1 * E-mail: mannami.eri@gmail.com 33 1980 1990 2012 1998 1991/1993

More information

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth and Foot Breadth Akiko Yamamoto Fukuoka Women's University,

More information