updated environment with multi-agent DB integration
Browse files- training/parse_action.py +2 -1
training/parse_action.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
"""
|
|
|
|
| 2 |
|
| 3 |
Mirrors inference.py:get_action_from_text so the action surface during
|
| 4 |
training matches what was used during evaluation.
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Parse free-form model text into a typed JewelryAction.
|
| 3 |
|
| 4 |
Mirrors inference.py:get_action_from_text so the action surface during
|
| 5 |
training matches what was used during evaluation.
|