Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Related resources
|
| 2 |
+
|
| 3 |
+
* **Training dataset**
|
| 4 |
+
`MiaMao/Autonomous-Insert-Data`
|
| 5 |
+
👉 [https://huggingface.co/datasets/MiaMao/Autonomous-Insert-Data](https://huggingface.co/datasets/MiaMao/Autonomous-Insert-Data)
|
| 6 |
+
|
| 7 |
+
* **Python backend (inference + Unity integration)**
|
| 8 |
+
`Autonomous-Insert-Agent` on GitHub
|
| 9 |
+
👉 [https://github.com/MiaMao0615/Autonomous-Insert-Agent](https://github.com/MiaMao0615/Autonomous-Insert-Agent)
|
| 10 |
+
|
| 11 |
+
The GitHub repo contains the full runtime code:
|
| 12 |
+
|
| 13 |
+
* loading base model + these LoRA heads
|
| 14 |
+
* computing persona / scene / topic willingness
|
| 15 |
+
* strategy classification
|
| 16 |
+
* WebSocket integration with Unity + Tkinter debug UI
|