File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 10
10
nengo.simulator.logs /
11
11
nengo.simulator.analytics /
12
12
nengo.simulator.plots /
13
- data /
13
+ .idea /
14
14
log.txt
15
15
.ipynb_checkpoints /
16
16
.cache
@@ -20,4 +20,7 @@ wintest.sh
20
20
Vagrantfile
21
21
env.log
22
22
23
- * .class
23
+ * .class
24
+
25
+ data /
26
+ ! data /.gitkeep
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Code for the paper "[Improving with Practice: A Neural Model of Mathematical Dev
6
6
Python is required to run these scripts. The scripts were written in Python 2, but should work in Python 3.
7
7
The Python packages required can be installed with ` pip install -r requirements.txt ` .
8
8
9
+ The specific version of the Nengo Python package was
10
+ [ ceaf387] ( https://github.com/nengo/nengo/tree/ceaf387ada525c2f0e84ea91214d90cc99763d7c ) .
11
+
9
12
## Running the networks
10
13
11
14
- ` with_feedback.py ` is the final full-network version
You can’t perform that action at this time.
0 commit comments