comparison thesis/cortex.bib @ 491:fd375f2ce76c

processing bib queue. num left: 5
author Robert McIntyre <rlm@mit.edu>
date Sat, 29 Mar 2014 22:01:30 -0400
parents 26bf9b20d749
children c553334b4a4f
comparison
equal deleted inserted replaced
490:26bf9b20d749 491:fd375f2ce76c
1 @incollection {Tappert77, 1 @misc{jmonkeyengine,
2 AUTHOR = {Tappert, Fred D.}, 2 howpublished = "\url{http://hub.jmonkeyengine.org/}",
3 TITLE = {The parabolic approximation method}, 3 title = "jMonkeyEngine3",
4 BOOKTITLE = {Wave propagation and underwater acoustics ({W}orkshop, 4 year = 2013,
5 {M}ystic, {C}onn., 1974)}, 5 addendum = {\why{This is the video game engone on which {\tt CORTEX}
6 PAGES = {224--287. Lecture Notes in Phys., Vol. 70}, 6 is based.}}
7 PUBLISHER = {Springer},
8 ADDRESS = {Berlin},
9 YEAR = {1977},
10 MRCLASS = {76.41 (86.41)},
11 ADDENDUM = {\why{This is a cool paper that really helped me out. It's
12 related to the thesis because they talk about
13 manifolds and other types of pure, unrefined
14 bullshit.}}
15 } 7 }
16 8
17 @misc{bworld, 9 @misc{blender,
18 author = {Ingo Lütkebohle}, 10 howpublished = "\url{http://www.blender.org/}",
19 title = {{BWorld Robot Control Software}}, 11 title = "Blender",
20 howpublished = "\url{http://aiweb.techfak.uni-bielefeld.de/content/bworld-robot-control-software/}", 12 year = 2013,
21 year = {2008}, 13 addendum = {\why{All complicated creatures in {\tt CORTEX} are
22 note = "[Online; accessed 19-July-2008]" 14 described using Blender's extensive 3D modeling
15 capabilities.}}
23 } 16 }
24 @Comment Karl Sims evolved creatures 17
18 @inproceedings{winston-directed-perception,
19 author = "Patrick Henry Winston",
20 title = "The Strong Story Hypothesis and the Directed Perception Hypothesis",
21 booktitle = "Technical Report FS-11-01, Papers from the AAAI Fall Symposium",
22 publisher = "AAAI Press",
23 address = "Menlo Park, CA",
24 year = "2011",
25 editor = "Pat Langley",
26 pages ="345--352",
27 note = "Available as: \url{http://hdl.handle.net/1721.1/67693}",
28 addendum = {\why{Discusses an idea called the {\em directed
29 perception hypothesis}, which argues that much of
30 our intelligence resides in our senses themselves,
31 and our ability to direct their resources on
32 imagined problems. This has had the greatest
33 influence on {\tt CORTEX}.}}
34 }
35
36 @article{winston-personal-view,
37 author = {Patrick Henry Winston},
38 title = {The Next 50 Years: a Personal View},
39 journal = {Biologically Inspired Cognitive Architectures},
40 year = {2012},
41 volume = "1",
42 pages ="92--99",
43 note = {Available as :
44 \url{http://groups.csail.mit.edu/genesis/papers/2012bica-phw}},
45 addendum = {\why{Great summary of historical attempts at AI, and more
46 thoughts on how directed perception and mimiricy
47 as in {\tt EMPATH} might play an important role in
48 intelligence.}}
49 }
50
51 @article{sims-evolving-creatures,
52 author = "Karl Sims",
53 title = "Evolving Virtual Creatures",
54 journal = "Computer Graphics (Siggraph '94 Proceedings)",
55 year = "1994",
56 month = "July",
57 pages = "15--22",
58 note = "Available as: \url{http://www.karlsims.com/papers/siggraph94.pdf}",
59 addendum = {\why{Karl Sims uses a simulated virtual enviromnment
60 similiar to {\tt CORTEX} to study the evolution of a
61 set of creatures as they develop to perform verious
62 tasks such as swimming or competing for a ball. His
63 code only ran on the Connection Machine (CM-5),
64 which sadly doesn't exist anymore. {\tt CORTEX}
65 presents an opportunity to continue this line of
66 research.}},
67 }
68
25 69
26 @Comment SOM larson paper 70 @Comment SOM larson paper
27 71
28 @Comment cross modal clustering 72 @Comment cross modal clustering
29 73
30 @COMMENT sussman's HACKER 74 @COMMENT sussman's HACKER
31 75
32 @comment motion as a 4D manifold 76 @comment motion as a 4D manifold
33 77
34 @comment winston multiple modality white paper 78 @comment brooks intelligence without representation
35 79
36
37 @article{sims-evolving-creatures,
38 author = "Karl Sims",
39 title = "Evolving Virtual Creatures",
40 journal = "Computer Graphics (Siggraph '94 Proceedings)",
41 year = "1994",
42 month = "July",
43 pages = "15-22"
44 }