Skip to content

Commit

Permalink
更新DQN网络结构.drawio
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou-AY committed Oct 3, 2023
1 parent 243c951 commit 9d8a475
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions DQN网络结构.drawio
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<mxfile host="app.diagrams.net" modified="2023-10-03T10:42:38.811Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.47" etag="3mkkKDZ4nXSUtLX9wSzH" version="21.8.1" type="github">
<mxfile host="app.diagrams.net" modified="2023-10-03T10:44:07.288Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.47" etag="cjgzJxYUyem98AqcMbXg" version="21.8.1" type="github">
<diagram name="第 1 页" id="yR9HOdzIv7jTi1fBP0-I">
<mxGraphModel dx="922" dy="539" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
Expand Down Expand Up @@ -62,13 +62,16 @@
<mxGeometry x="110" y="310" width="40" height="80" as="geometry" />
</mxCell>
<mxCell id="huxlr9JHoWnAr4w4-cFv-25" value="&lt;font style=&quot;font-size: 14px;&quot;&gt;Conv&lt;br&gt;8x8x4x32&lt;br&gt;Stride: 4&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="319" y="190" width="60" height="30" as="geometry" />
<mxGeometry x="319" y="180" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="huxlr9JHoWnAr4w4-cFv-26" value="&lt;font style=&quot;font-size: 14px;&quot;&gt;Conv&lt;br&gt;4x4x32x64&lt;br&gt;Stride: 2&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="580" y="190" width="60" height="30" as="geometry" />
<mxGeometry x="580" y="180" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="huxlr9JHoWnAr4w4-cFv-27" value="&lt;span style=&quot;font-size: 14px;&quot;&gt;2x2&lt;br&gt;&lt;/span&gt;Max Pooling" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="445" y="190" width="71" height="30" as="geometry" />
<mxGeometry x="445" y="180" width="71" height="30" as="geometry" />
</mxCell>
<mxCell id="huxlr9JHoWnAr4w4-cFv-28" value="&lt;font style=&quot;font-size: 14px;&quot;&gt;Conv&lt;br&gt;3x3x64x64&lt;br&gt;Stride: 1&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="580" y="290" width="60" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
Expand Down

0 comments on commit 9d8a475

Please sign in to comment.