ignition-monorepo / backend-tfjs/src / QTableConfig
Interface: QTableConfig
Defined in: backend-tfjs/src/types.ts:39
Properties
backend?
optionalbackend?:TFBackend
Defined in: backend-tfjs/src/types.ts:40
inputSize
inputSize:
number
Defined in: backend-tfjs/src/types.ts:41
actionSize
actionSize:
number
Defined in: backend-tfjs/src/types.ts:42
stateBins?
optionalstateBins?:number
Defined in: backend-tfjs/src/types.ts:43
stateLow?
optionalstateLow?:number[]
Defined in: backend-tfjs/src/types.ts:44
stateHigh?
optionalstateHigh?:number[]
Defined in: backend-tfjs/src/types.ts:45
lr?
optionallr?:number
Defined in: backend-tfjs/src/types.ts:46
gamma?
optionalgamma?:number
Defined in: backend-tfjs/src/types.ts:47
epsilon?
optionalepsilon?:number
Defined in: backend-tfjs/src/types.ts:48
epsilonDecay?
optionalepsilonDecay?:number
Defined in: backend-tfjs/src/types.ts:49
minEpsilon?
optionalminEpsilon?:number
Defined in: backend-tfjs/src/types.ts:50
storageProvider?
optionalstorageProvider?:ModelStorageProvider
Defined in: backend-tfjs/src/types.ts:51