Interface ICustomCumulativeRewardEstimator<TStateData>
A specialized interface of ICumulativeRewardEstimator<TStateData> that must be derived from to create a custom cumulative reward estimator
Inherited Members
Namespace: Unity.AI.Planner
Syntax
public interface ICustomCumulativeRewardEstimator<TStateData> : ICumulativeRewardEstimator<TStateData>, ICumulativeRewardEstimator where TStateData : struct
Type Parameters
Name | Description |
---|---|
TStateData | State to evaluate |