Interface for the DQN-Network
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
local |
tf.Sequential
|
The local network (see: tf.Sequential) |
|
target |
tf.Sequential
|
<nullable> |
The target network (see: tf.Sequential) |