ReinforcedLearningBase
Direct Subclass:
base interface class for reinforced learning
Constructor Summary
| Public Constructor | ||
| public | constructor(options: Object): this base class for reinforced learning | |
Member Summary
| Public Members | ||
| public |  | |
| public |  | |
| public |  | |
| public |  | |
| public |  | |
Method Summary
| Public Methods | ||
| public | learn() interface instance method for reinforced learning step | |
| public | predict() interface instance method for reinforced prediction step | |
| public | train() interface instance method for reinforced training step | |
Public Constructors
public constructor(options: Object): this source
base class for reinforced learning
Params:
| Name | Type | Attribute | Description | 
| options | Object | 
 | 
Return:
| this | 
 
    
  