rlberry icon indicating copy to clipboard operation
rlberry copied to clipboard

Redundant info

Open TimotheeMathieu opened this issue 2 years ago • 0 comments

I often get this type of message from rlberry:

INFO: Making new env: CartPole-v1
INFO: Making new env: CartPole-v1
[INFO] Could not find least used device (nvidia-smi might be missing), use cuda:0 instead 
INFO: Making new env: CartPole-v1
INFO: Making new env: CartPole-v1
[INFO] Could not find least used device (nvidia-smi might be missing), use cuda:0 instead 
INFO: Making new env: CartPole-v1
INFO: Making new env: CartPole-v1
[INFO] Could not find least used device (nvidia-smi might be missing), use cuda:0 instead 
INFO: Making new env: CartPole-v1
INFO: Making new env: CartPole-v1
[INFO] Could not find least used device (nvidia-smi might be missing), use cuda:0 instead 
INFO: Making new env: CartPole-v1
INFO: Making new env: CartPole-v1
[INFO] Could not find least used device (nvidia-smi might be missing), use cuda:0 instead 
INFO: Making new env: CartPole-v1
INFO: Making new env: CartPole-v1
[INFO] Could not find least used device (nvidia-smi might be missing), use cuda:0 instead 
INFO: Making new env: CartPole-v1
INFO: Making new env: CartPole-v1
[INFO] Could not find least used device (nvidia-smi might be missing), use cuda:0 instead 
INFO: Making new env: CartPole-v1
INFO: Making new env: CartPole-v1

I think one is OK but this much is too much. And I don't want to reduce verbosity because on the other hand, the other info may be interesting. I think we should investigate how to have these info only once even when doing multiprocessing.

TimotheeMathieu avatar Jun 03 '22 13:06 TimotheeMathieu