cog-isa / map-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign World Model

map-core is an open source library that allows building a semiotic network based on the principles of the sign world model. The swm part is responsible for the description and creation of the basic elements of the world model - signs, causal matrices, connectors between matrices, events, etc. The planning part implements the basic principles of the case-based planning and allows to build hierarchical plans in a single-agent system. The part related to reasoning will describe the basic principles of replenishing the world model in the process of reasoning of an agent.

Installation

To install the current release:

>>>python3 setup.py sdist
>>>python3 setup.py install

About


Languages

Language:Python 63.2%Language:Common Lisp 36.8%