diff --git a/DST_DP_lab_9-10/dialogue_state.py b/DST_DP_lab_9-10/dialogue_state.py index efbc140..f8484bf 100644 --- a/DST_DP_lab_9-10/dialogue_state.py +++ b/DST_DP_lab_9-10/dialogue_state.py @@ -7,7 +7,7 @@ def default_state(): history=[]) state['belief_state'] = { "cinema": { - "book": { + "book":{ "booked": [], "people": "", "day": "", @@ -21,7 +21,7 @@ def default_state(): "movie": "", "type": "" } - } + }, "police": { "book": { "booked": []