-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDF5Output for the logger #10
Comments
Can you provide examples of what you want to send to HDF5? Params? |
At the moment I am saving trajectories (i.e. "paths"). |
It is also convenient to store class arguments inside of the HDF5, hence the paths and the parameters that were used to generate them are kept in the same place.
For example traj_data/0000/0000 refers to data of the first run (teacher) in the first iteration Hope it helps. |
@pelillian is rewriting the logger now and it seems like this could be a good addition. it's meant to be a single frontend with pluggable backends. this could be a great project to see if the plugging system works nicely. @krzentner might be interested in this issue. |
Hi guys,
I am currently in need of recording trajectories of experiments, hence, I will add my own hdf5 logger. Hence the feature request to have the capability to log HDF5 files with data in the future.
Justification:
The current params.pkl is not a very convenient way to store trajectories (and other heavy statistics/data) for a few reasons:
The text was updated successfully, but these errors were encountered: