# HG changeset patch # User Robert McIntyre # Date 1395606975 14400 # Node ID 0b27c0c9c18859e3fd3d9f94be77f6226467a495 # Parent 1e5ea711857df93d3d1a5536d7cfd0fd2682ea1d remove generated files. diff -r 1e5ea711857d -r 0b27c0c9c188 thesis/Makefile --- a/thesis/Makefile Sun Mar 23 16:33:01 2014 -0400 +++ b/thesis/Makefile Sun Mar 23 16:36:15 2014 -0400 @@ -7,8 +7,8 @@ rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~" ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)" scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" . + rm cortex.tex abstract.tex - diff -r 1e5ea711857d -r 0b27c0c9c188 thesis/cortex.tex --- a/thesis/cortex.tex Sun Mar 23 16:33:01 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ - -\section{Vision} -\label{sec-1} - -System for understanding what the actors in a video are doing -- -Action Recognition. - -Separate action recognition into three components: - -\begin{itemize} -\item free play -\item embodied action predicates -\item model alignment -\item sensory imagination -\end{itemize} -\section{Steps} -\label{sec-2} - -\begin{itemize} -\item Build cortex, a simulated environment for sensate AI -\begin{itemize} -\item solid bodies w/ joints -\item vision -\item touch -\item vision -\item hearing -\item proprioception -\item muscle contraction -\end{itemize} - -\item Build experimental framework for worm-actions -\begin{itemize} -\item embodied stream predicates -\item \(\phi\)-space -\item \(\phi\)-scan -\end{itemize} -\end{itemize} -\section{News} -\label{sec-3} - -Experimental results: - -\begin{itemize} -\item \(\phi\)-space actually works very well for the worm! -\item self organizing touch map -\end{itemize} - -\section{Contributions} -\label{sec-4} -\begin{itemize} -\item Built \texttt{CORTEX}, a comprehensive platform for embodied AI -experiments. Has many new features lacking in other systems, such -as sound. Easy to model/create new creatures. -\item created a novel concept for action recognition by using artificial -imagination. -\end{itemize} diff -r 1e5ea711857d -r 0b27c0c9c188 thesis/weave-thesis.sh --- a/thesis/weave-thesis.sh Sun Mar 23 16:33:01 2014 -0400 +++ b/thesis/weave-thesis.sh Sun Mar 23 16:36:15 2014 -0400 @@ -8,12 +8,11 @@ --eval " (progn (find-file \"cortex.org\") - (org-latex-export-to-latex nil nil nil t nil)) \ -(progn + (org-latex-export-to-latex nil nil nil t nil) \ (find-file \"abstract.org\") (org-latex-export-to-latex nil nil nil t nil))" \ \ 2>&1 -rm cortex.tex~ -rm abstract.tex~ +rm -f cortex.tex~ +rm -f abstract.tex~