OpenNARS-for-Applications icon indicating copy to clipboard operation
OpenNARS-for-Applications copied to clipboard

General reasoning component for applications based on NARS theory.

Results 32 OpenNARS-for-Applications issues
Sort by recently updated
recently updated
newest added

`python3 english_to_narsese.py < ./examples/english/story1.english | ./NAR shell` generates: ``` Comment: Input sentence: the cat leaves the forest Input: leave>. Priority=1.000000 Stamp=[1] Truth: frequency=1.000000, confidence=0.900000 Comment: Input sentence: the hunter sees...

Using this feature in PR #291, it can be seen by changing the config of ONA with `#define CONCEPTS_MAX 3` on this NAL inputs: ```ONA-input a. :|: b. :|: c....

## New Features - Added a function `Print` for displaying `OccurrenceTimeIndex` - Added corresponding command `*occurrence_time_index` to the ONA Shell ## Preview ```terminal [...]> ./NAR shell a. :|: Input: a....

It can be located in here: https://github.com/opennars/OpenNARS-for-Applications/blob/b9e41d1ebe4223b9dad9820d1ab7f40c4e7210db/src/system_tests/Alien_Test.h#L56 the width of the ASCII world is **`20`**, while the scaler of positions is **`10`**: https://github.com/opennars/OpenNARS-for-Applications/blob/b9e41d1ebe4223b9dad9820d1ab7f40c4e7210db/src/system_tests/Alien_Test.h#L105-L107 May we need to shrink the visual...

## Background Information I noticed that ONA has a concept of operations called "do nothing operator", which is related to NAL-8 and can be seen at: https://github.com/opennars/OpenNARS-for-Applications/blob/96f4d032183b23c6fcef92cc4ac3947151f784a6/src/Decision.h#L87-L88 In normal code...

Robert Johansson published his work "Empirical Studies in Machine Psychology"! It shows advanced learning capabilities of ONA which, albeit some of them are part of the automated tests thanks to...

documentation
Discussion

## Background The `bandrobot` test, which is one of a demo in ONA, is aiming to test the multistep event inferencing/subgoaling of ONA reasoner (by NAL-7 & NAL-8 temporal/procedural inferencing)...

## Feature Translated shell script `build.cmd` for Windows - Aiming to build `NAR.exe` - Changed variable `NoWarn` to fit the platform environments - +`-Wno-implicit-function-declaration -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast` - -`-Wno-dollar-in-identifier-extension` ## Environment...

Maybe reducing cyclic dependency can make the module dependency of ONA better? - Privatize the global variable currentTime in `NAR.c` - completely possible - Supplement the parameter `currentTime` of `Decision_ConsiderNegativeOutcomes`...

ONA received only minor updates since the AGI-23 release of v0.9.2 in June 2023. But now big changes are underway and v0.9.3 is getting closer. ### Time-less implication links between...

enhancement
Discussion