This commit is contained in:
Julian Zabłoński 2022-05-25 11:25:49 +02:00
parent 9e5a92563f
commit 784c2368ec

View File

@ -7,7 +7,7 @@ def default_state():
history=[]) history=[])
state['belief_state'] = { state['belief_state'] = {
"cinema": { "cinema": {
"book": { "book":{
"booked": [], "booked": [],
"people": "", "people": "",
"day": "", "day": "",
@ -21,7 +21,7 @@ def default_state():
"movie": "", "movie": "",
"type": "" "type": ""
} }
} },
"police": { "police": {
"book": { "book": {
"booked": [] "booked": []