kristian-georgiev/SGMRL

train log setting

Panshark opened this issue · 1 comments

class Logger(object):

DEFAULT = None  # A logger with no output files. (See right below class definition)
                # So that you can still log to the terminal without setting up any output files
CURRENT = None  # Current logger being used by the free functions above

If I want to output to a log.txt file, how do I modify here.?

Thanks a lot.

I found it, actually the log.txt is at "SGMRL/data/.../log.txt"