catalyst-rl-tutorial icon indicating copy to clipboard operation
catalyst-rl-tutorial copied to clipboard

After loading the model parameters, the simulation code is stuck

Open Mickeyyyang opened this issue 3 years ago • 1 comments

After loading the model parameters, the code is stuck and no training information is output. What could be the cause? Screenshot from 2022-03-25 10-15-49

Mickeyyyang avatar Mar 25 '22 02:03 Mickeyyyang

Hi @Mickeyyyang ! Thanks for having interest in our project!

Looking at your tmux, my first guess would be that mongoDB hasn't really started, so both trainer and sampler are waiting to connect to the database. I recommend double-checking the mongo config and maybe trying to connect to it manually to make sure the DB is up and running

fedor-chervinskii avatar Mar 25 '22 09:03 fedor-chervinskii