Skip to content
This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Loading Saved Networks

Mbithi Kioko edited this page Nov 3, 2017 · 1 revision
  1. Make sure that your var spec = {} match what you trained with
  2. Procedure just like Simple Start but before you set env.stop=true do
var netString='copy paste your network model here';
var netObject=JSON.parse(netString);
agent.fromJSON(netObject);

Clone this wiki locally