Roadmap
Paradigm Status
The current strategy is to implement a broad set of paradigms initially, and dig deeper as needed.
Descrition | Status |
---|---|
Behavior Trees - Sequences etc | ✅ |
Utility AI - Score Selectors | ✅ |
LLM - Sentence Scorer | ✅ |
Robotics - ESP32 Demo | ✅ |
Reinforcement Learning (qtables) | ✅ |
Deep Reinforcement Learning (candle) | 🚧 |
Pathfinding/search (a* etc) | 🚧 |
State Trees (transitions) | 🚧 |
Planning (GOAP, HTN) | 🤷 |
- ✅ Implemented
- 🚧 Planned
- 🤷 It’d be cool but I haven’t thought about it