/BotsForGames

University of Oxford project under Stefan Kiefer - MuZero Latent State MCTS Reinforcement Learning for Hex

Primary LanguageJupyter Notebook

BotsForGames

For 3rd Year Computer Science project "Bots for games" at University of Oxford under Stefan Kiefer

Load the model from pickle as such:

net = Net()
net.load_state_dict(torch.load('network.pkl'))
net.to("cuda")