After #60 we've defined an interface that folks can plug into for custom logging.
We could drop the Tensorboard dep by removing the LearnLogger. We could make a no-op logger that doesn't actually log anything, or maybe a Dict logger that logs things to a logged dict as the current one does, which could be good for testing. Or we could keep the current LearnLogger.
After #60 we've defined an interface that folks can plug into for custom logging.
We could drop the Tensorboard dep by removing the
LearnLogger. We could make a no-op logger that doesn't actually log anything, or maybe aDictlogger that logs things to aloggeddict as the current one does, which could be good for testing. Or we could keep the current LearnLogger.