From eefc91907b49d10e8dc1818b8bd5eebc9cc260a1 Mon Sep 17 00:00:00 2001 From: tahsin-protik Date: Tue, 28 Feb 2023 03:59:42 +0600 Subject: [PATCH] set b added --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd9d7aa..9548425 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +SET A: + The objective of this project is to get better answers for user queries from gpt-3 on a specific matter. So, there can be some sectors, the data for those are not updated on gpt-3. To handle that, we tried to follow the following steps: @@ -28,4 +30,14 @@ Tasks: 5. Get all the things together such that, we can pass a query using the function user_query and get a solid answer. 6. The embedding model we used here is a basic embedding model, change the model and use openai's embedding model 'text-embedding-ada-002' 7. Can we improve something in this process? Any suggestion you think of list it down. -8. Do you think you have a better idea to handle the whole process? Write a summary about the alternative approach. \ No newline at end of file +8. Do you think you have a better idea to handle the whole process? Write a summary about the alternative approach. + +SET B: + +Problem: +We have a sets of rules for a specific game. Based on the rules, we will need to implement a system +to predict the optimal next move of a player. + +Use this as reference of the rules: https://gamerules.com/rules/7-wonders-duel/ + +Make some different scenerios to test the system you built.