-
Notifications
You must be signed in to change notification settings - Fork 35
Write an advanced usage section #64
Conversation
c6dd75f to
ee93e40
Compare
ee93e40 to
0153504
Compare
| cp ".trader_runner/available_tools_store.json" ".trader_runner/available_tools_store_$(date +"%d-%m-%Y")".json | ||
| ``` | ||
|
|
||
| ##### Tool selection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Step 1 should be to tell the user about the env variable that adjusts the policy punishment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not have an environment variable for the punishment, this is fixed to the mech's price.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened an issue valory-xyz/trader#120
I suggest we close this comment.
| It can easily be done, by removing this method call, | ||
| [here](https://github.com/valory-xyz/trader-quickstart/blob/0f093ebbf0857b8484a017912c3992f00fbe1a29/run_service.sh#L698), | ||
| in order to set your own custom warm start. | ||
| Setting your own custom weights can be done by editing the corresponding files in `.trader_runner`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why can we not simply say: if you want a different warm start adjust such and such file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because the function call needs to be removed as well, to avoid overwriting the files' contents.
dagacha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a few suggestions. O/w LGTM
Co-authored-by: David Galindo <35235550+dagacha@users.noreply.github.com>
| Moreover, you may store your current policy as a backup before editing those files, using the following command: | ||
|
|
||
| ```shell | ||
| cp ".trader_runner/available_tools_store.json" ".trader_runner/available_tools_store_$(date +"%d-%m-%Y")".json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| cp ".trader_runner/available_tools_store.json" ".trader_runner/available_tools_store_$(date +"%d-%m-%Y")".json | |
| cp ".trader_runner/available_tools_store.json" ".trader_runner/available_tools_store_$(date +"%d-%m-%Y")".json | |
| cat ".trader_runner/policy_store.json" >> ".trader_runner/available_tools_store_$(date +"%d-%m-%Y")".json |
No description provided.