Skip to content
Snippets Groups Projects
Commit 098108a6 authored by Nicola Gatto's avatar Nicola Gatto
Browse files

Only use export method of network for saving parameters

parent a403480d
Branches
No related tags found
3 merge requests!20Implemented layer variables and RNN layer,!19Integrate TD3 Algorithm and Gaussian Noise,!18Integrate TD3 Algorithm and Gaussian Noise
......@@ -272,7 +272,6 @@ class Agent(object):
else:
self._logger.debug('Saving model parameters')
net.save_parameters(filename + '.params')
net.export(filename, epoch=0)
def export_best_network(self, path=None, epoch=0):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment