Original distill automation implementation from Neuroevolution of Self-Interpretable Agents.
git clone https://github.com/attentionagent/attentionagent.github.io.git
cd attentionagent.github.io
npm install
Edit the following files:
draft_header.html
- start of the documentdraft.md
- main text of the article (markdown)draft_appendix.md
- appendix (markdown)draft_bib.html
- the citationsindex.html
- generated, don't edit this file
# build document into index.html
./bin/make
# serve on the base directory to view index.html at http://localhost:8000
python -m http.server
To watch all markdown files for changes and then compile them, you can run the following
brew install fswatch
./bin/watch
- Run
python -m http.server
in the base directory to serve - Browse to
http://localhost:8000
For attribution in academic contexts, please cite this work as
BibTeX citation
@article{Ruiz-Serra2022,
author = {Ruiz-Serra, Jaime and
White, Jack and
Petrie, Stephen and
Kameneva, Tatiana and
McCarthy, Chris},
title = {Learning vision processing for assistive displays through self-attention agents},
eprint = {},
url = {},
note = "\url{}",
year = {2022}
}