You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,13 @@ This repository contains the neural network simulation models for the [CCN Textb
4
4
5
5
To run these simulations on your computer, it is easiest to download the full set of executable programs for the type of computer you are using (Apple Mac, Microsoft Windows, or Linux):
Alternatively, you can use the [Python](#python) version -- see instructions at that link for how to install.
14
16
@@ -38,6 +40,8 @@ The even older [C++ emergent (cemer)](https://github.com/emer/cemer) sims projec
38
40
39
41
# Status
40
42
43
+
***9/15/2022**: Version 1.3.2 release: updated to new NetView with raster view and separate weight recording.
44
+
41
45
***9/3/2021**: Version 1.3.1 release: bug fixes, deep leabra version of sg, python works on windows.
42
46
43
47
***11/23/2020**: Version 1.2.2 release: full set of Python versions and the pvlv model.
@@ -124,6 +128,8 @@ Note: no sims for chapter 5
124
128
125
129
# Python
126
130
131
+
**Note:** version 1.3.2 does not work with python at this point. The previous 1.3.1 version should still work.
132
+
127
133
Running the sims under Python uses a compiled version of the underlying Go-based simulation infrastructure (i.e., all of [emer](https://github.com/emer) and all of [GoGi](https://github.com/goki/gi) ) that links in a specific version of Python, in the form of an executable file named `pyleabra`. The pyleabra executable is just like a `python3` executable in all other respects.
128
134
129
135
Because it is built with a specific version of python3 baked in, you may want to build your own version of this executable based on the version of python that you use for your other work, in which case see the instructions at: [leabra python](https://github.com/emer/leabra/tree/master/python). Also, there can be various library path issues for finding the python library that the executable is linked against -- the install process attempts to ensure that your machine has the same version ours was built from.
0 commit comments