项目作者: Theo-Jaunet

项目描述 :
Online exploration of memory reduction strategies of a DRL agent trained to solve a navigation task on ViZDoom
高级语言: JavaScript
项目地址: git://github.com/Theo-Jaunet/MemoryReduction.git
创建时间: 2019-07-09T15:51:41Z
项目社区:https://github.com/Theo-Jaunet/MemoryReduction

开源协议:

下载


What if we Reduce the Memory of an Artificial Doom Player?

Online exploration of memory reduction strategies of a DRL agent trained to solve a navigation task on ViZDoom.

Authors: Théo Jaunet, Romain Vuillemot and Christian Wolf.

Live Demo

This tool is accessible using the following link: https://theo-jaunet.github.io/MemoryReduction/. (designed to work on desktop with google chrome)

Running it Locally

To run this interface locally, download or clone this repository

  1. git clone https://github.com/Theo-Jaunet/MemoryReduction.git

Open the downloaded directory and start any server. For demonstration sake we used: SimpleHTTPServer

  1. python -m SimpleHTTPServer 8000

Once the server is launched, you should be able to access the explorable at: http://localhost:8000/.

The DRL Model Used & Scenario

For more information on this task and model, please check Edward Beeching’s github repo.

How to Cite

If you find this work useful, please consider using the follwing citing template:

  1. @inproceedings{Jaunet:2019,
  2. author = {Theo Jaunet, Romain Vuillemot, Christian Wolf},
  3. title = {What if we Reduce the Memory of an Artificial Doom Player?},
  4. journal = {Proceedings of the Workshop on Visualization for AI explainability (VISxAI)},
  5. year = {2019},
  6. editors = {Mennatallah El-Assady, Duen Horng (Polo) Chau, Fred Hohman, Adam Perer, Hendrik Strobelt, Fernanda Viégas}
  7. url = {https://theo-jaunet.github.io/MemoryReduction/}
  8. }