currently, IntentionAwarePolicyApproximator inherits from PolicyApproximatorFromBasicObservation, which does not have a from_nodes_and_edges method.
options
- we could make
PolicyApproximatorFromBasicObservation inherit from OfflinePolicyApproximator
- we could make
IntentionAwarePolicyApproximator inherit from both PolicyApproximatorFromBasicObservation and OfflinePolicyApproximator
- we could add the methods
from_nodes_and_edges etc to PolicyApproximatorFromBasicObservation
- we could move
from_nodes_and_edges to PolicyRepresentation
currently,
IntentionAwarePolicyApproximatorinherits fromPolicyApproximatorFromBasicObservation, which does not have afrom_nodes_and_edgesmethod.options
PolicyApproximatorFromBasicObservationinherit fromOfflinePolicyApproximatorIntentionAwarePolicyApproximatorinherit from bothPolicyApproximatorFromBasicObservationandOfflinePolicyApproximatorfrom_nodes_and_edgesetc toPolicyApproximatorFromBasicObservationfrom_nodes_and_edgestoPolicyRepresentation