Environments seem to be very verbose, always indicating “closing”, “resetting” etc. Is there an option to disable that? Better: shouldn’t we enable that only for debugging? In torchrl we have a VERBOSE environment variable that is used for this
Added here - 88761d4f312ca7e009eeffc318fe739db1f00a54
Users can now control RoboHive's verbosity using environment variable ROBOHIVE_VERBOSITY=INFO(default)/WARN/ERROR/ONCE/NONE
Environments seem to be very verbose, always indicating “closing”, “resetting” etc. Is there an option to disable that? Better: shouldn’t we enable that only for debugging? In torchrl we have a VERBOSE environment variable that is used for this