Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Jaunet committed Sep 11, 2019
1 parent 032d02a commit c5e7f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h4> How do we Erase Memory Elements?</h4>
<div class="twelve columns" style="margin-top: 2%;display: inline-block">
<div style=" text-align: left;width: 800px;margin-bottom: 50px;display: inline-block">
<h4>Implementation</h4>
<p> This project uses the JavaScript library <a href="https://d3js.org/">d3</a> to display data extracted from the Deep Reinforcement Learning model implemented in Python using <a href="https://pytorch.org/">PyTorch</a>. The video game DOOM is simulated with <a href="http://vizdoom.cs.put.edu.pl/">ViZDoom</a>. In addition, this project uses our previous work DRLViz (<a href="https://github.com/sical/drlviz">GitHub</a>, <a href="https://sical.github.io/drlviz/">demo</a>, <a href="https://theo-jaunet.github.io/drlviz.pdf">paper</a>) to analyse
<p> This project uses the JavaScript library <a href="https://d3js.org/">d3</a> to display data extracted from the Deep Reinforcement Learning model implemented in Python using <a href="https://pytorch.org/">PyTorch</a>. The video game DOOM is simulated with <a href="http://vizdoom.cs.put.edu.pl/">ViZDoom</a>. In addition, this project uses our previous work DRLViz (<a href="https://github.com/sical/drlviz">GitHub</a>, <a href="https://sical.github.io/drlviz/">demo</a>, <a href="https://arxiv.org/abs/1909.02982v1">paper</a>) to analyse
and generate episodes. For more information on this project, please feel free to visit our <a href="https://github.com/Theo-Jaunet/MemoryReduction">GitHub</a>. </p>

</div>
Expand Down

0 comments on commit c5e7f34

Please sign in to comment.