RLTrader icon indicating copy to clipboard operation
RLTrader copied to clipboard

RuntimeError: The runtime optuna version 1.2.0 is no longer compatible with the table schema (set up by optuna 0.10.0)

Open viper7882 opened this issue 4 years ago • 1 comments

The fix to this error for me is to downgrade optuna to 0.10.00: pip install optuna==0.10.0

viper7882 avatar Mar 09 '20 08:03 viper7882

or just update the db: optuna storage upgrade --storage sqlite:///data/params.db

NevesLucas avatar Apr 19 '20 18:04 NevesLucas