Mercurial > cortex
comparison org/worm_learn.clj @ 394:b86bc9430119
finally returning to work on this!
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 03 Mar 2014 22:27:12 -0500 |
parents | |
children | 72ee485d9179 |
comparison
equal
deleted
inserted
replaced
393:02cc0734a976 | 394:b86bc9430119 |
---|---|
1 (ns org.aurellem.worm-learn | |
2 "General worm creation framework." | |
3 {:author "Robert McIntyre"} | |
4 (:use (cortex world util import body sense | |
5 hearing touch vision proprioception movement)) | |
6 (:import (com.jme3.math ColorRGBA Vector3f)) | |
7 (:import java.io.File) | |
8 (:import com.jme3.audio.AudioNode) | |
9 (:import com.aurellem.capture.RatchetTimer)) | |
10 | |
11 (dorun (cortex.import/mega-import-jme3)) | |
12 (rlm.rlm-commands/help) | |
13 | |
14 | |
15 | |
16 | |
17 |