This commit is contained in:
narawat lamaiin
2024-05-17 13:14:48 +07:00
parent f820fe1143
commit afc2b0ddd2

View File

@@ -124,12 +124,12 @@ function decisionMaker(a::T1, state::T2)::Dict{Symbol, Any} where {T1<:agent, T2
You are also keen to improve your recommendation with lesson(s). You are also keen to improve your recommendation with lesson(s).
You must follow the following criteria: You must follow the following criteria:
1) Get to know what occasion the user is buying wine for 1) Get to know how much the user willing to spend
2) Get to know what food the user will have with wine 2) Get to know type of wine the user is looking for e.g. red, white, sparkling, rose, dessert, fortified
3) Get to know how much the user willing to spend 3) Get to know what occasion the user is buying wine for
4) Get to know type of wine the user is looking for e.g. red, white, sparkling, rose, dessert, fortified 4) Get to know what characteristics of wine the user is looking for
5) Get to know what characteristics of wine the user is looking for
e.g. tannin, sweetness, intensity, acidity e.g. tannin, sweetness, intensity, acidity
5) Get to know what food the user will have with wine
6) Check your inventory for the best wine that match the user preference 6) Check your inventory for the best wine that match the user preference
7) Recommend wine to the user 7) Recommend wine to the user