harbecke / HexHex

AlphaGo Zero adaptation for Hex
GNU General Public License v3.0
20 stars 4 forks source link

saving and loading model and optimizer is too intricate #9

Closed harbecke closed 5 years ago

harbecke commented 5 years ago

there should be functions for loading and saving models and optimizers for all cases, no need to write torch.save in any code except these functions

harbecke commented 5 years ago

this is fine now