hard007ik commited on
Commit
c996cea
·
1 Parent(s): 78e43a9

updated environment with multi-agent DB integration

Browse files
Files changed (1) hide show
  1. training/parse_action.py +2 -1
training/parse_action.py CHANGED
@@ -1,4 +1,5 @@
1
- """Parse free-form model text into a typed JewelryAction.
 
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.