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

ignition-monorepo


ignition-monorepo / backend-tfjs/src / PPOConfig

Interface: PPOConfig

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

Properties

backend?

optional backend?: TFBackend

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


inputSize

inputSize: number

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


actionSize

actionSize: number

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


hiddenLayers?

optional hiddenLayers?: number[]

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


lr?

optional lr?: number

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


gamma?

optional gamma?: number

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


gaeLambda?

optional gaeLambda?: number

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


clipRatio?

optional clipRatio?: number

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


epochs?

optional epochs?: number

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


batchSize?

optional batchSize?: number

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


entropyCoef?

optional entropyCoef?: number

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


valueLossCoef?

optional valueLossCoef?: number

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


storageProvider?

optional storageProvider?: ModelStorageProvider

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

Last updated on