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

Method save

tf2.0/mlp_trader.py:308–310  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

306
307
308 def save(self, name):
309 with open(name, "wb") as f:
310 pickle.dump(self.model, f)
311
312
313def play_one_episode(agent, env, is_train):

Callers 1

mlp_trader.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected