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