fix
This commit is contained in:
parent
9e5a92563f
commit
784c2368ec
@ -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": []
|
||||
|
Loading…
Reference in New Issue
Block a user