cpnota / autonomous-learning-library

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

Improve hyperparmeter logging #318

Open cpnota opened 8 months ago

cpnota commented 8 months ago

Pytorch's implementation of add_hparams isn't really quite correctly. In particular, it creates a new events file for every write, which is not quite what we want. We should write our own implementation that writes everything to the same events file. Related to #157 .