issues
search
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:
Remove the CometLogger, because I don't know how to test it. We will stick with Tensorboard logging for now, but see #306
Remove commit hash from path.
Include Env as part of the run name instead of as part of the tag.
Clean up logging types (info, loss, etc.)
cpnota
commented
8 months ago
Closed by #308
A few tasks: