Feature Constructors
MinimalRLCore.AbstractFeatureConstructor — TypeAbstractFeatureCreatorAn abstract feature creator, for feature transformation from the states.
MinimalRLCore.create_features — Functioncreate_featuresActually create the features
MinimalRLCore.feature_size — Methodfeature_size(fc::AbstractFeatureCreator)Depricated! Use Base.size instead. Get size of feature vector the features assume exists.