Skip to content

Commit

Permalink
last touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
Seanny123 committed Oct 28, 2016
1 parent bc70d38 commit c4edd98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dist
nengo.simulator.logs/
nengo.simulator.analytics/
nengo.simulator.plots/
data/
.idea/
log.txt
.ipynb_checkpoints/
.cache
Expand All @@ -20,4 +20,7 @@ wintest.sh
Vagrantfile
env.log

*.class
*.class

data/
!data/.gitkeep
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Code for the paper "[Improving with Practice: A Neural Model of Mathematical Dev
Python is required to run these scripts. The scripts were written in Python 2, but should work in Python 3.
The Python packages required can be installed with `pip install -r requirements.txt`.

The specific version of the Nengo Python package was
[ceaf387](https://github.com/nengo/nengo/tree/ceaf387ada525c2f0e84ea91214d90cc99763d7c).

## Running the networks

- `with_feedback.py` is the final full-network version
Expand Down
Empty file added data/.gitkeep
Empty file.

0 comments on commit c4edd98

Please sign in to comment.