Mercurial > cortex
comparison thesis/cortex.bib @ 493:544da5a7b693
spellcheck.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 29 Mar 2014 22:03:51 -0400 |
parents | c553334b4a4f |
children | 092b60381af0 |
comparison
equal
deleted
inserted
replaced
492:c553334b4a4f | 493:544da5a7b693 |
---|---|
1 @misc{jmonkeyengine, | 1 @misc{jmonkeyengine, |
2 howpublished = "\url{http://hub.jmonkeyengine.org/}", | 2 howpublished = "\url{http://hub.jmonkeyengine.org/}", |
3 title = "jMonkeyEngine3", | 3 title = "jMonkeyEngine3", |
4 year = 2013, | 4 year = 2013, |
5 addendum = {\why{This is the video game engone on which {\tt CORTEX} | 5 addendum = {\why{This is the video game engine on which {\tt CORTEX} |
6 is based.}} | 6 is based.}} |
7 } | 7 } |
8 | 8 |
9 @misc{blender, | 9 @misc{blender, |
10 howpublished = "\url{http://www.blender.org/}", | 10 howpublished = "\url{http://www.blender.org/}", |
41 volume = "1", | 41 volume = "1", |
42 pages ="92--99", | 42 pages ="92--99", |
43 note = {Available as : | 43 note = {Available as : |
44 \url{http://groups.csail.mit.edu/genesis/papers/2012bica-phw}}, | 44 \url{http://groups.csail.mit.edu/genesis/papers/2012bica-phw}}, |
45 addendum = {\why{Great summary of historical attempts at AI, and more | 45 addendum = {\why{Great summary of historical attempts at AI, and more |
46 thoughts on how directed perception and mimiricy | 46 thoughts on how directed perception and mimicry |
47 as in {\tt EMPATH} might play an important role in | 47 as in {\tt EMPATH} might play an important role in |
48 intelligence.}} | 48 intelligence.}} |
49 } | 49 } |
50 | 50 |
51 @article{sims-evolving-creatures, | 51 @article{sims-evolving-creatures, |
54 journal = "Computer Graphics (Siggraph '94 Proceedings)", | 54 journal = "Computer Graphics (Siggraph '94 Proceedings)", |
55 year = "1994", | 55 year = "1994", |
56 month = "July", | 56 month = "July", |
57 pages = "15--22", | 57 pages = "15--22", |
58 note = "Available as: \url{http://www.karlsims.com/papers/siggraph94.pdf}", | 58 note = "Available as: \url{http://www.karlsims.com/papers/siggraph94.pdf}", |
59 addendum = {\why{Karl Sims uses a simulated virtual enviromnment | 59 addendum = {\why{Karl Sims uses a simulated virtual environment |
60 similiar to {\tt CORTEX} to study the evolution of a | 60 similar to {\tt CORTEX} to study the evolution of a |
61 set of creatures as they develop to perform verious | 61 set of creatures as they develop to perform various |
62 tasks such as swimming or competing for a ball. His | 62 tasks such as swimming or competing for a ball. His |
63 code only ran on the Connection Machine (CM-5), | 63 code only ran on the Connection Machine (CM-5), |
64 which sadly doesn't exist anymore. {\tt CORTEX} | 64 which sadly doesn't exist anymore. {\tt CORTEX} |
65 presents an opportunity to continue this line of | 65 presents an opportunity to continue this line of |
66 research.}}, | 66 research.}}, |