Closed taodav closed 5 years ago
Move responsibility of model saving/loading to the LearningAlgo instead of the Agent.
LearningAlgo
Agent
This is to allow model saving/loading through the library the model was written in (ie. torch.save for PyTorch).
torch.save
Move responsibility of model saving/loading to the
LearningAlgo
instead of theAgent
.This is to allow model saving/loading through the library the model was written in (ie.
torch.save
for PyTorch).