<?xml version='1.0' encoding='UTF-8'?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-05-13T19:52:56Z</responseDate>
  <request metadataPrefix="oai_dc" verb="GetRecord" identifier="oai:ipsj.ixsq.nii.ac.jp:00214623">https://ipsj.ixsq.nii.ac.jp/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:ipsj.ixsq.nii.ac.jp:00214623</identifier>
        <datestamp>2025-01-19T16:32:41Z</datestamp>
        <setSpec>6504:10735:10736</setSpec>
      </header>
      <metadata>
        <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>強化学習のPythonプログラムにおけるNumbaを用いた高速化</dc:title>
          <dc:creator>中村, 優志</dc:creator>
          <dc:creator>吉田, 明正</dc:creator>
          <dc:subject>コンピュータシステム</dc:subject>
          <dc:description>Python言語は機械学習分野においてライブラリが充実しており，広く用いられている．しかしながらPython言語はインタプリタ言語であるため， C/C++言語などのプログラムに比べて実行時間が長いことが指摘されている．これらの問題を解決するためにJITコンパイラ技術を利用したNumbaフレームワークが開発されている．本稿ではPython言語で実装された強化学習プログラムにNumbaフレームワークを適用し高速化を実現する．Numbaにはループ並列処理を行うためにprangeが用意されており，本手法では強化学習のエージェントレベルの並列化にprangeを適用する．Intel Corei7上での性能評価の結果，提案手法の有効性が確認された．</dc:description>
          <dc:description>conference paper</dc:description>
          <dc:publisher>情報処理学会</dc:publisher>
          <dc:date>2021-03-04</dc:date>
          <dc:format>application/pdf</dc:format>
          <dc:identifier>第83回全国大会講演論文集</dc:identifier>
          <dc:identifier>1</dc:identifier>
          <dc:identifier>2021</dc:identifier>
          <dc:identifier>19</dc:identifier>
          <dc:identifier>20</dc:identifier>
          <dc:identifier>AN00349328</dc:identifier>
          <dc:identifier>https://ipsj.ixsq.nii.ac.jp/record/214623/files/IPSJ-Z83-1H-01.pdf</dc:identifier>
          <dc:language>jpn</dc:language>
        </oai_dc:dc>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
