Python 3 library to create proactive agents, that perform reasoning by using SWI-Prolog. It can be used in simulation and real environments.
- Numpy: https://numpy.org/
- SWI-Prolog: https://www.swi-prolog.org/
- Pyswip: https://github.com/yuce/pyswip
Agnese Salutari – [email protected]
Distributed under the Apache License 2.0. See LICENSE
for more information.
https://github.com/agnsal
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request