Dear all,
Greetings!
I am new to stable-baselines3, but I have watched numerous tutorials on its implementation and the custom environment formulation.
After developing my model using gym and stable-baselines3 SAC algorithm, I applied (check_env) function to check for possible errors and everything is perfect. However, whenever I run the code, the only output I saw is:
"Using cpu device Wrapping the env in a DummyVecEnv."
And the training session will stop without any output or save the model into the directory file.
Please what can be wrong, I have already set the verbose to 1.
Best Regards, Mich