cpnota / autonomous-learning-library

A PyTorch library for building deep reinforcement learning agents.
MIT License
646 stars 72 forks source link

Update logging behavior #307

Closed cpnota closed 8 months ago

cpnota commented 8 months ago

A few tasks:

  1. Remove the CometLogger, because I don't know how to test it. We will stick with Tensorboard logging for now, but see #306
  2. Remove commit hash from path.
  3. Include Env as part of the run name instead of as part of the tag.
  4. Clean up logging types (info, loss, etc.)
cpnota commented 8 months ago

Closed by #308