Skip to content

Commit

Permalink
feat: add more asset to risky_trader
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajia-Cui committed Sep 2, 2024
1 parent 8229a58 commit 6113b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vega_sim/scenario/benchmark/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __init__(
initial_price: float,
annualised_volatility: float,
notional_trade_volume: int,
risky_trader_funds: int = 1_000,
risky_trader_funds: int = 100_000,
process_theta: float = 0,
process_drift: float = 0,
):
Expand Down

0 comments on commit 6113b41

Please sign in to comment.