https://github.com/willdunklin/l-star
L-Star [Angluin] implemenation in python
https://github.com/willdunklin/l-star
Last synced: 11 months ago
JSON representation
L-Star [Angluin] implemenation in python
- Host: GitHub
- URL: https://github.com/willdunklin/l-star
- Owner: willdunklin
- Created: 2021-11-09T17:33:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T17:12:56.000Z (over 4 years ago)
- Last Synced: 2025-03-05T01:45:16.552Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# l-star
L-Star [Angluin] implemenation in python
### lstar.py
Implementaiton of [L-Star algorithm](https://www.cs.princeton.edu/courses/archive/spring03/cs511/scribe_notes/0424.pdf) by Angluin
### dfa.py
DFA class
### tree.py
L-Star tree class
### oracle.py
Game oracle for L-Star