Hi! Really cool stuff here. I noticed that {"W1":{"n":10,"d":24,"w":{"0":0.0023925765403397733,"1":0.0 isn't compatible with DQNAgent fromJSON method, which expects different keys
fromJSON: function(j) { // load function this.nh = j.nh; this.ns = j.ns; this.na = j.na; this.net = R.netFromJSON(j.net); }
This is causing an error
Hi! Really cool stuff here. I noticed that
{"W1":{"n":10,"d":24,"w":{"0":0.0023925765403397733,"1":0.0
isn't compatible with DQNAgent fromJSON method, which expects different keysfromJSON: function(j) { // load function this.nh = j.nh; this.ns = j.ns; this.na = j.na; this.net = R.netFromJSON(j.net); }
This is causing an error