Skip to Content
API Reference@ignitionai/backend-tfjsSrcInterfacesInterface: DQNConfig

ignition-monorepo


ignition-monorepo / backend-tfjs/src / DQNConfig

Interface: DQNConfig

Defined in: backend-tfjs/src/types.ts:7 

Properties

backend?

optional backend?: TFBackend

Defined in: backend-tfjs/src/types.ts:8 


inputSize

inputSize: number

Defined in: backend-tfjs/src/types.ts:9 


actionSize

actionSize: number

Defined in: backend-tfjs/src/types.ts:10 


hiddenLayers?

optional hiddenLayers?: number[]

Defined in: backend-tfjs/src/types.ts:11 


gamma?

optional gamma?: number

Defined in: backend-tfjs/src/types.ts:12 


epsilon?

optional epsilon?: number

Defined in: backend-tfjs/src/types.ts:13 


epsilonDecay?

optional epsilonDecay?: number

Defined in: backend-tfjs/src/types.ts:14 


minEpsilon?

optional minEpsilon?: number

Defined in: backend-tfjs/src/types.ts:15 


lr?

optional lr?: number

Defined in: backend-tfjs/src/types.ts:16 


batchSize?

optional batchSize?: number

Defined in: backend-tfjs/src/types.ts:17 


memorySize?

optional memorySize?: number

Defined in: backend-tfjs/src/types.ts:18 


targetUpdateFrequency?

optional targetUpdateFrequency?: number

Defined in: backend-tfjs/src/types.ts:19 


storageProvider?

optional storageProvider?: ModelStorageProvider

Defined in: backend-tfjs/src/types.ts:20 

Last updated on