scope_rl.ope.weight_value_learning.function.StateWeightFunction#
- class scope_rl.ope.weight_value_learning.function.StateWeightFunction(state_dim, hidden_dim=100, enable_gradient_reversal=False)[source]#
State Weight Function (for both discrete and continuous action space).
Bases:
torch.nn.ModuleImported as:
scope_rl.ope.weight_value_learning.function.StateWeightFunction
Methods