louiskirsch / worldmodels.github.io

World Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World Models Article

This repo contains the source for the interactive article "World Models".

If you are looking for the TensorFlow implementation of the model and experimental setup, please see:

https://github.com/hardmaru/WorldModelsExperiments

World Models World Models Article

Article

draft.md - main text of the article, in markdown.

draft_appendix.md - appendix, in markdown.

draft_bib.html - the citations.

draft_header.html - start of the document

index.html - generated, don't edit this file.

Instructions to Build and Test

git clone https://github.com/worldmodels/worldmodels.github.io.git
cd worldmodels.github.io
npm install

Modify text by editing draft.md -- this is where all of the content exists.

Appendix content goes in draft_appendix.md. Add bib entries to draft_bib.html.

Run ./bin/make to build document into index.html (which are identical). Run python -m http.server to serve on the base directory to view draft.html in a local browser for debugging.

To watch all markdown files for changes and then compile them, you can run the following

brew install fswatch
./bin/watch

About

World Models

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 99.4%Language:JavaScript 0.6%Language:Shell 0.0%