notadamking / RLTrader

A cryptocurrency trading environment using deep reinforcement learning and OpenAI's gym
https://discord.gg/ZZ7BGWh
GNU General Public License v3.0
1.73k stars 539 forks source link

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

Open viper7882 opened 4 years ago

viper7882 commented 4 years ago

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

NevesLucas commented 4 years ago

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