RL-Bitcoin-trading-bot
RL-Bitcoin-trading-bot copied to clipboard
preventing model from updating parameters while testing
How would I prevent the model from updating W/Bs while doing testing? I'd like to get one model with better generalization and I think I can do that if it stops updating every nth batch size while testing.