Skip to content

Commit

Permalink
Site updated: 2024-01-19 17:55:46
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaibineric committed Jan 19, 2024
1 parent 4cef597 commit 7c3e1e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions 2024/01/19/pymarl-code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<meta name="author" content="Haibin Li">
<meta name="keywords" content="">

<meta name="description" content="Pymarl代码结构 Main Pymarl的主文件(main.py)主要的作用是构建一个 sacred.Experiment 类的对象 ex ,ex 包含三个重要的内置变量: _run:表示当前实验运行时的 run 对象,_run.info 可用于记录实验中产生的结果,实验初始时是空字典&amp;#123;&amp;#125;; _config:表示当前实验运行时的参数,字典类,pymarl首先读取配置文件">
<meta name="description" content="Pymarl代码结构 本文章主要介绍多智能体强化学习中的PyMarl框架的代码结构以及训练流程 Main Pymarl的主文件(main.py)主要的作用是构建一个 sacred.Experiment 类的对象 ex ,ex 包含三个重要的内置变量: _run:表示当前实验运行时的 run 对象,_run.info 可用于记录实验中产生的结果,实验初始时是空字典&amp;#123;&amp;#125;; _c">
<meta property="og:type" content="article">
<meta property="og:title" content="【多智能体强化学习】Pymarl代码分析">
<meta property="og:url" content="https://lihaibineric.github.io/2024/01/19/pymarl-code/index.html">
<meta property="og:site_name" content="LIHAIBIN&#39;S BLOG">
<meta property="og:description" content="Pymarl代码结构 Main Pymarl的主文件(main.py)主要的作用是构建一个 sacred.Experiment 类的对象 ex ,ex 包含三个重要的内置变量: _run:表示当前实验运行时的 run 对象,_run.info 可用于记录实验中产生的结果,实验初始时是空字典&amp;#123;&amp;#125;; _config:表示当前实验运行时的参数,字典类,pymarl首先读取配置文件">
<meta property="og:description" content="Pymarl代码结构 本文章主要介绍多智能体强化学习中的PyMarl框架的代码结构以及训练流程 Main Pymarl的主文件(main.py)主要的作用是构建一个 sacred.Experiment 类的对象 ex ,ex 包含三个重要的内置变量: _run:表示当前实验运行时的 run 对象,_run.info 可用于记录实验中产生的结果,实验初始时是空字典&amp;#123;&amp;#125;; _c">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2024-01-19T04:21:40.000Z">
<meta property="article:modified_time" content="2024-01-19T09:54:00.072Z">
<meta property="article:modified_time" content="2024-01-19T09:55:09.718Z">
<meta property="article:author" content="Haibin Li">
<meta property="article:tag" content="人工智能">
<meta property="article:tag" content="深度学习">
Expand Down Expand Up @@ -265,6 +265,7 @@ <h1 id="seo-header">【多智能体强化学习】Pymarl代码分析</h1>

<meta name="referrer" content="no-referrer"/>
<h1 id="pymarl代码结构">Pymarl代码结构</h1>
<p>本文章主要介绍多智能体强化学习中的PyMarl框架的代码结构以及训练流程</p>
<h2 id="main">Main</h2>
<p>Pymarl的主文件(<code>main.py</code>)主要的作用是构建一个
<strong>sacred.Experiment</strong> 类的对象 <code>ex</code>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2 class="index-header">

<a class="index-excerpt index-excerpt__noimg" href="/2024/01/19/pymarl-code/" target="_self">
<div>
Pymarl代码结构 Main Pymarl的主文件(main.py)主要的作用是构建一个 sacred.Experiment 类的对象 ex ,ex 包含三个重要的内置变量: _run:表示当前实验运行时的 run 对象,_run.info 可用于记录实验中产生的结果,实验初始时是空字典&#123;&#125;; _config:表示当前实验运行时的参数,字典类,pymarl首先读取配置文件
Pymarl代码结构 本文章主要介绍多智能体强化学习中的PyMarl框架的代码结构以及训练流程 Main Pymarl的主文件(main.py)主要的作用是构建一个 sacred.Experiment 类的对象 ex ,ex 包含三个重要的内置变量: _run:表示当前实验运行时的 run 对象,_run.info 可用于记录实验中产生的结果,实验初始时是空字典&#123;&#125;; _c
</div>
</a>

Expand Down
2 changes: 1 addition & 1 deletion local-search.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4604,6 +4604,7 @@ up之后就已经生成容器并已经成功run起来了</strong></p>
<url>/2024/01/19/pymarl-code/</url>
<content><![CDATA[<meta name="referrer" content="no-referrer"/>
<h1 id="pymarl代码结构">Pymarl代码结构</h1>
<p>本文章主要介绍多智能体强化学习中的PyMarl框架的代码结构以及训练流程</p>
<h2 id="main">Main</h2>
<p>Pymarl的主文件(<code>main.py</code>)主要的作用是构建一个
<strong>sacred.Experiment</strong> 类的对象 <code>ex</code>
Expand Down

0 comments on commit 7c3e1e8

Please sign in to comment.