Models
Models is a mapping for Machine Learning models that need to be imported together with the configuration to run inference sessions using ONNX and make predictions for the agents. The agent class and agent instance configurations will then reference these models by their alias to be invoked for each step.
Weights & Biases
The models are downloaded from Weight & Biases. To do this you must publish the models as a Weights and Biases Artifact. Once you've done that you can specify the WanDB Artifact name.
Format
name | type |
---|---|
type | array of { alias: string, wandb_artifact: string, } |
required | true |
Example
models:
- alias: "bancor_lp_action"
wandb_artifact: "almanak/uncategorized/action_user.onnx:latest"
- alias: "bancor_lp_volume"
wandb_artifact: "almanak/uncategorized/amount_user.onnx:latest"
- alias: "bancor_trader"
wandb_artifact: "almanak/uncategorized/amount_user.onnx:latest"