Skip to content

Releases: ogmacorp/OgmaNeo

Release v1.4.3

29 May 16:46
3edd6b3
Compare
Choose a tag to compare
  • Removal of the old Gym.py example (only worked with the swarming agent in v1.2, i.e. before the exponential memory and delay encoder changes in v1.3)

Release v1.4.2

21 Nov 17:02
cb34009
Compare
Choose a tag to compare
  • Fix for GCC 6+ system include handling
  • Pass CMake build type to FlatBuffers building

Release v1.4.1

14 Jul 14:58
Compare
Choose a tag to compare
  • Correct a few README issues

Release v1.4

07 Jul 17:32
Compare
Choose a tag to compare
  • Merged Python and Java(JNI) bindings
  • Add C# language bindings

Release v1.3

04 Mar 14:37
Compare
Choose a tag to compare
  • Implementation of exponential memory
  • New distance encoder layer
  • Removal of Scalar Encoder, replaced with use of distance encoder
  • Removal of superseeded Delay, ReLU, and STDP encoders
  • Removal and rewrite of w.i.p. reinforcement learning within the hierarchy
  • Improved temporal striding
  • Seperation of hierachy activation and learning

Release v1.2.1

22 Dec 20:35
Compare
Choose a tag to compare
  • Projection fix in Kernel
  • Chunk encoder uses distance metric
  • Better default parameters

Release v1.2

20 Dec 01:29
Compare
Choose a tag to compare
  • New ReLU encoders
  • Updates to WIP swarming agent
  • Architect fix for reloading a hierarchy
  • Extra internal state accessors

Release v1.1.1

25 Nov 17:51
Compare
Choose a tag to compare
  • Release fixes
  • Option to choose an OpenCL device
  • Install and uninstall CMake changes

Release v1.1

20 Nov 18:33
Compare
Choose a tag to compare
  • Improved agent and hierarchy API
  • New encoders; Chunk, Delay, and STDP

Release v1.0.1

13 Oct 14:51
Compare
Choose a tag to compare
  • Travis CI integration
  • Kernel code changes for Intel OpenCL SDK and POCL driver
  • Apple Mac OSX support
  • Raspberry Pi3 support