-
Notifications
You must be signed in to change notification settings - Fork 4
World9: Bridging NACE and NARS with MeTTa interface
Patrick Hammer edited this page Oct 18, 2024
·
3 revisions
This demo showcases procedure learning with NACE in combination with declarative reasoning of NARS.
For the demo execute
mkdir world9
cd world9
git clone https://github.com/patham9/AniNAL
cd AniNAL
sh build.sh
#no worries about the failing emscripten build after the ONA build, it is not needed
cd ..
git clone https://github.com/patham9/NACE
cd NACE
python3 main.py world=9
#now open tasks.metta in the NACE folder, and input any task when it asks for MeTTa input
#(empty input will just continue 1 simulation step)