Spaces:
Running
Running
Commit
·
16d9871
1
Parent(s):
deb8fc1
bugfix: fix minor bugs
Browse files
utils/completion_reward.py
CHANGED
@@ -54,9 +54,9 @@ class CompletionReward:
|
|
54 |
self.gbq_client = bigquery.Client(
|
55 |
credentials=creds, project=service_account_info_dict["project_id"]
|
56 |
)
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
|
61 |
def get_llm_response(self, player_logs):
|
62 |
agents_responses = {
|
|
|
54 |
self.gbq_client = bigquery.Client(
|
55 |
credentials=creds, project=service_account_info_dict["project_id"]
|
56 |
)
|
57 |
+
self.gcs_client = storage.Client(
|
58 |
+
credentials=creds, project=service_account_info_dict["project_id"]
|
59 |
+
)
|
60 |
|
61 |
def get_llm_response(self, player_logs):
|
62 |
agents_responses = {
|