MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / save

Method save

pytorch/rl_trader.py:349–350  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

347
348
349 def save(self, name):
350 self.model.save_weights(name)
351
352
353def play_one_episode(agent, env, is_train):

Callers 2

save_weightsMethod · 0.45
rl_trader.pyFile · 0.45

Calls 1

save_weightsMethod · 0.45

Tested by

no test coverage detected