arrival-ltd / catalyst-rl-tutorial

Using Catalyst.RL to train a robot to perform peg-in-hole insertion in simulation.
MIT License
151 stars 14 forks source link

After loading the model parameters, the simulation code is stuck #9

Open Mickeyyyang opened 2 years ago

Mickeyyyang commented 2 years ago

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

fedor-chervinskii commented 2 years ago

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