forked from yanpanlau/DDPG-Keras-Torcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
criticmodel.json
1 lines (1 loc) · 2.85 KB
/
criticmodel.json
1
"{\"class_name\": \"Model\", \"keras_version\": \"1.1.0\", \"config\": {\"layers\": [{\"class_name\": \"InputLayer\", \"config\": {\"batch_input_shape\": [null, 29], \"input_dtype\": \"float32\", \"sparse\": false, \"name\": \"input_3\"}, \"inbound_nodes\": [], \"name\": \"input_3\"}, {\"class_name\": \"Dense\", \"config\": {\"W_constraint\": null, \"b_constraint\": null, \"name\": \"dense_11\", \"activity_regularizer\": null, \"trainable\": true, \"init\": \"glorot_uniform\", \"bias\": true, \"input_dim\": null, \"b_regularizer\": null, \"W_regularizer\": null, \"activation\": \"relu\", \"output_dim\": 300}, \"inbound_nodes\": [[[\"input_3\", 0, 0]]], \"name\": \"dense_11\"}, {\"class_name\": \"InputLayer\", \"config\": {\"batch_input_shape\": [null, 3], \"input_dtype\": \"float32\", \"sparse\": false, \"name\": \"action2\"}, \"inbound_nodes\": [], \"name\": \"action2\"}, {\"class_name\": \"Dense\", \"config\": {\"W_constraint\": null, \"b_constraint\": null, \"name\": \"dense_13\", \"activity_regularizer\": null, \"trainable\": true, \"init\": \"glorot_uniform\", \"bias\": true, \"input_dim\": null, \"b_regularizer\": null, \"W_regularizer\": null, \"activation\": \"linear\", \"output_dim\": 600}, \"inbound_nodes\": [[[\"dense_11\", 0, 0]]], \"name\": \"dense_13\"}, {\"class_name\": \"Dense\", \"config\": {\"W_constraint\": null, \"b_constraint\": null, \"name\": \"dense_12\", \"activity_regularizer\": null, \"trainable\": true, \"init\": \"glorot_uniform\", \"bias\": true, \"input_dim\": null, \"b_regularizer\": null, \"W_regularizer\": null, \"activation\": \"linear\", \"output_dim\": 600}, \"inbound_nodes\": [[[\"action2\", 0, 0]]], \"name\": \"dense_12\"}, {\"class_name\": \"Merge\", \"config\": {\"name\": \"merge_3\", \"concat_axis\": -1, \"mode_type\": \"raw\", \"dot_axes\": -1, \"mode\": \"sum\", \"output_shape\": null, \"output_shape_type\": \"raw\"}, \"inbound_nodes\": [[[\"dense_13\", 0, 0], [\"dense_12\", 0, 0]]], \"name\": \"merge_3\"}, {\"class_name\": \"Dense\", \"config\": {\"W_constraint\": null, \"b_constraint\": null, \"name\": \"dense_14\", \"activity_regularizer\": null, \"trainable\": true, \"init\": \"glorot_uniform\", \"bias\": true, \"input_dim\": null, \"b_regularizer\": null, \"W_regularizer\": null, \"activation\": \"relu\", \"output_dim\": 600}, \"inbound_nodes\": [[[\"merge_3\", 0, 0]]], \"name\": \"dense_14\"}, {\"class_name\": \"Dense\", \"config\": {\"W_constraint\": null, \"b_constraint\": null, \"name\": \"dense_15\", \"activity_regularizer\": null, \"trainable\": true, \"init\": \"glorot_uniform\", \"bias\": true, \"input_dim\": null, \"b_regularizer\": null, \"W_regularizer\": null, \"activation\": \"linear\", \"output_dim\": 3}, \"inbound_nodes\": [[[\"dense_14\", 0, 0]]], \"name\": \"dense_15\"}], \"input_layers\": [[\"input_3\", 0, 0], [\"action2\", 0, 0]], \"output_layers\": [[\"dense_15\", 0, 0]], \"name\": \"model_3\"}}"