# HG changeset patch # User Robert McIntyre # Date 1393903632 18000 # Node ID b86bc9430119b1d900bd6be89c7da6fe3fea6446 # Parent 02cc0734a976088ed261a33bea41db4f8ca501c5 finally returning to work on this! diff -r 02cc0734a976 -r b86bc9430119 org/worm_learn.clj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org/worm_learn.clj Mon Mar 03 22:27:12 2014 -0500 @@ -0,0 +1,17 @@ +(ns org.aurellem.worm-learn + "General worm creation framework." + {:author "Robert McIntyre"} + (:use (cortex world util import body sense + hearing touch vision proprioception movement)) + (:import (com.jme3.math ColorRGBA Vector3f)) + (:import java.io.File) + (:import com.jme3.audio.AudioNode) + (:import com.aurellem.capture.RatchetTimer)) + +(dorun (cortex.import/mega-import-jme3)) +(rlm.rlm-commands/help) + + + + +