Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit a033b1f

Browse files
authored
Merge pull request #288 from valory-xyz/fix/threshold
Remove the warm start
2 parents 203cbce + 7d146af commit a033b1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

run_service.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ export BET_THRESHOLD=100000000000000000
10601060
export TRADING_STRATEGY=kelly_criterion
10611061
export STRATEGIES_KWARGS='[["bet_kelly_fraction",1.5],["floor_balance",500000000000000000],["bet_amount_per_threshold",{"0.0":0,"0.1":0,"0.2":0,"0.3":0,"0.4":0,"0.5":0,"0.6":60000000000000000,"0.7":80000000000000000,"0.8":160000000000000000,"0.9":1000000000000000000,"1.0":1000000000000000000}]]'
10621062
export PROMPT_TEMPLATE="Please take over the role of a Data Scientist to evaluate the given question. With the given question \"@{question}\" and the \`yes\` option represented by \`@{yes}\` and the \`no\` option represented by \`@{no}\`, what are the respective probabilities of \`p_yes\` and \`p_no\` occurring?"
1063-
export IRRELEVANT_TOOLS='["prediction-online-lite","claude-prediction-online-lite","prediction-online-sme-lite","prediction-request-reasoning-lite","prediction-request-reasoning-claude-lite","prediction-request-rag","prediction-request-reasoning-claude","prediction-url-cot-claude","claude-prediction-offline","claude-prediction-online","prediction-offline-sme","deepmind-optimization", "deepmind-optimization-strong", "openai-gpt-3.5-turbo", "openai-gpt-3.5-turbo-instruct", "openai-gpt-4", "openai-text-davinci-002", "openai-text-davinci-003", "prediction-online-sum-url-content", "prediction-online-summarized-info", "stabilityai-stable-diffusion-512-v2-1", "stabilityai-stable-diffusion-768-v2-1", "stabilityai-stable-diffusion-v1-5", "stabilityai-stable-diffusion-xl-beta-v2-2-2"]'
1063+
export IRRELEVANT_TOOLS='["native-transfer","prediction-online-lite","claude-prediction-online-lite","prediction-online-sme-lite","prediction-request-reasoning-lite","prediction-request-reasoning-claude-lite","prediction-request-rag","prediction-request-reasoning-claude","prediction-url-cot-claude","claude-prediction-offline","claude-prediction-online","prediction-offline-sme","deepmind-optimization", "deepmind-optimization-strong", "openai-gpt-3.5-turbo", "openai-gpt-3.5-turbo-instruct", "openai-gpt-4", "openai-text-davinci-002", "openai-text-davinci-003", "prediction-online-sum-url-content", "prediction-online-summarized-info", "stabilityai-stable-diffusion-512-v2-1", "stabilityai-stable-diffusion-768-v2-1", "stabilityai-stable-diffusion-v1-5", "stabilityai-stable-diffusion-xl-beta-v2-2-2"]'
10641064
export STAKING_CONTRACT_ADDRESS=$CUSTOM_STAKING_ADDRESS
10651065
export DISABLE_TRADING=false
10661066
export STOP_TRADING_IF_STAKING_KPI_MET=true
@@ -1109,7 +1109,8 @@ export OPEN_AUTONOMY_PRIVATE_KEY_PASSWORD="$password" && poetry run autonomy dep
11091109

11101110
cd ..
11111111

1112-
warm_start
1112+
# warm start is disabled as no global weights are provided to calibrate the tools' weights
1113+
# warm_start
11131114

11141115
add_volume_to_service "$PWD/trader_service/abci_build/docker-compose.yaml" "trader_abci_0" "/data" "$PWD/../$store/"
11151116
sudo chown -R $(whoami) "$PWD/../$store/"

0 commit comments

Comments
 (0)