Mercurial > cortex
diff org/index.org @ 572:202c6d19acad
add index page as part of aurellem redesign.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 08 Mar 2015 22:08:17 -0700 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/org/index.org Sun Mar 08 22:08:17 2015 -0700 1.3 @@ -0,0 +1,33 @@ 1.4 +#+title: CORTEX 1.5 +#+author: Robert McIntyre 1.6 +#+email: rlm@mit.edu 1.7 +#+description: cortex, a simulated enviroment for sensate AI 1.8 +#+keywords: computer vision, jMonkeyEngine3, clojure 1.9 +#+SETUPFILE: ../../aurellem/org/setup.org 1.10 +#+INCLUDE: ../../aurellem/org/level-0.org 1.11 +#+babel: :mkdirp yes :noweb yes :exports both 1.12 + 1.13 + 1.14 +** Cortex: a virtual world for sensate AI 1.15 + 1.16 + This was an MEng thesis project while I was at MIT. It won the 2014 1.17 + Charles and Jennifer Johnson Thesis Award –- 1st Place! 1.18 + 1.19 + - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]] 1.20 + - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]] 1.21 + 1.22 + 1. [[../../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] 1.23 + 2. [[../../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] 1.24 + 3. [[../../cortex/html/world.html][Creating a Virtual World]] 1.25 + 4. [[../../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure]] 1.26 + 5. [[../../cortex/html/games.html][ Showing off: Games and Examples]] 1.27 + 6. *Sensors and effectors* 1.28 + 1. [[../../cortex/html/sense.html][Preamble: auxillary functions]] 1.29 + 2. [[../../cortex/html/body.html][Building a Body]] 1.30 + 3. [[../../cortex/html/vision.html][Vision]] 1.31 + 4. [[../../cortex/html/hearing.html][Hearing]] 1.32 + 5. [[../../cortex/html/touch.html][Touch]] 1.33 + 6. [[../../cortex/html/proprioception.html][Proprioception]] 1.34 + 7. [[../../cortex/html/movement.html][Movement]] 1.35 + 8. [[../../cortex/html/integration.html][Integration]] 1.36 + 7. [[../../cortex/html/gabor.html][Gabor Filters]]