Skip to content

OpenNARS for Applications v0.8.4

Compare
Choose a tag to compare
@patham9 patham9 released this 17 Jun 02:59
· 882 commits to master since this release
3b599f8

image
This version consists of fixes and additions for v0.8.3:

  • libbuild.sh to build a shared and static lib, with a C and C++ hello world example included
  • The system compiles and runs with tcc (a simple C99 compiler) as well (not just Clang and GCC)
  • UDPNAR terminates correctly on Mac too (via UDPNAR_Stop)
  • analysis.py to show, plot, and calc stats for attention dynamics
  • A new simulated robot test example has been added (an attempt to unify Microworld (direct sensorimotor interaction) and Testchamber (more complex tasks))
  • Structural rule typo fix for intensional set reduction
  • Valgrind is now also completely happy about the UDP part
  • Ability to set bucket amount of the hashtables
  • A clean Python 3 interface with pexpect
  • A cartpole experiment has been added
  • All scripts run with Python 3 now.
  • Narsese and english can now be mixed in .english files to be able to provide background knowledge which is too complex in English.
  • An Asthma-related declarative reasoning example has been added.