https://github.com/nilusche/golog-interpreter-python
https://github.com/nilusche/golog-interpreter-python
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nilusche/golog-interpreter-python
- Owner: Nilusche
- Created: 2022-12-24T21:35:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T21:40:58.000Z (over 3 years ago)
- Last Synced: 2025-02-26T21:46:22.083Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golog Interpreter in Python
This is an Implementation of Golog in Python.
Inspired by the paper [golog.lua: Implementation of Golog for Embedded Systems](https://drops.dagstuhl.de/opus/volltexte/2010/2631/pdf/10081.Ferrein.2631.pdf) by Alexander Ferrein, I have tried to implement a golog interpreter in python.
I used the classical elevator problem as an example.
The code can definitely benefit from more documentation which will likely follow.