<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aidiary</author_name>
  <author_url>https://blog.hatena.ne.jp/aidiary/</author_url>
  <blog_title>人工知能に関する断創録</blog_title>
  <blog_url>https://aidiary.hatenablog.com/</blog_url>
  <categories>
    <anon>強化学習</anon>
  </categories>
  <description>共有メモリ型並列計算機上での強化学習（2003/6/18）で1エージェントの収束に比べて、2エージェントの収束がやけに早いことが疑問だったが原因がわかった。各エージェントはスレッドで同じ関数を実行していたのだけど、エージェント1のスレッドだけに画面への表示とファイルへの結果の書き込みを受け持たせていた。すると、エージェント1が画面とファイルに表示・書き込みしている間にエージェント2のスレッドがどんどん学習を進めてしまうことになる（大体エージェント1が1回学習して画面に結果を表示している間に、表示処理がいらないエージェント2は10回学習が終わっている）。あの学習曲線はエージェント1の結果を表示し…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faidiary.hatenablog.com%2Fentry%2F20030706%2F1123930213&quot; title=&quot; 共有メモリ型並列計算機上での強化学習 - 人工知能に関する断創録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2003-07-06 19:50:13</published>
  <title> 共有メモリ型並列計算機上での強化学習</title>
  <type>rich</type>
  <url>https://aidiary.hatenablog.com/entry/20030706/1123930213</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
