This commit is contained in:
Julian Zabłoński 2022-05-25 11:23:26 +02:00
parent 5dc7e17ae4
commit 9e5a92563f
2 changed files with 54 additions and 43 deletions

View File

@ -6,6 +6,22 @@ def default_state():
terminated=False, terminated=False,
history=[]) history=[])
state['belief_state'] = { state['belief_state'] = {
"cinema": {
"book": {
"booked": [],
"people": "",
"day": "",
"seat": ""
},
"semi": {
"name": "",
"e-mail": "",
"price": "",
"stars": "",
"movie": "",
"type": ""
}
}
"police": { "police": {
"book": { "book": {
"booked": [] "booked": []

View File

@ -348,13 +348,13 @@
"24:43" "24:43"
], ],
"day": [ "day": [
"monday", "poniedziałek",
"tuesday", "wtorek",
"wednesday", "środa",
"thursday", "czwartek",
"friday", "piątek",
"saturday", "sobota",
"sunday" "niedziela"
], ],
"departure": [ "departure": [
"cambridge", "cambridge",
@ -371,6 +371,25 @@
"broxbourne", "broxbourne",
"stevenage" "stevenage"
], ],
"movie":[
"Batman",
"Batmana",
"Inni ludzie",
"Ambulans",
"Bunkier Strachu",
"To nie wypanda",
"W dolinie i w puszczy",
"Batman i zemsta muminków",
"Górnik i 7 żubrów",
"Sing 2",
"Minionki"
],
"price":[
"15 zł",
"18 zł",
"20 zł",
"25 zł"
],
"destination": [ "destination": [
"london kings cross", "london kings cross",
"cambridge", "cambridge",
@ -387,18 +406,18 @@
"stevenage" "stevenage"
], ],
"duration": [ "duration": [
"51 minutes", "51 minuty",
"88 minutes", "88 minuty",
"47 minutes", "47 minuty",
"79 minutes", "79 minuty",
"50 minutes", "50 minuty",
"17 minutes", "17 minuty",
"28 minutes", "28 minuty",
"105 minutes", "105 minuty",
"163 minutes", "163 minuty",
"38 minutes", "38 minuty",
"60 minutes", "60 minuty",
"49 minutes" "49 minuty"
], ],
"leaveat": [ "leaveat": [
"05:00", "05:00",
@ -729,30 +748,6 @@
"21:54", "21:54",
"23:54" "23:54"
], ],
"price": [
"23.60 pounds",
"18.88 pounds",
"16.60 pounds",
"13.28 pounds",
"9.80 pounds",
"7.84 pounds",
"17.60 pounds",
"14.08 pounds",
"16.50 pounds",
"13.20 pounds",
"4.40 pounds",
"3.52 pounds",
"10.10 pounds",
"8.08 pounds",
"37.80 pounds",
"30.24 pounds",
"75.10 pounds",
"60.08 pounds",
"17.90 pounds",
"14.32 pounds",
"12.80 pounds",
"10.24 pounds"
],
"trainid": [ "trainid": [
"tr7075", "tr7075",
"tr2289", "tr2289",