added state input capability
This commit is contained in:
@@ -52,7 +52,7 @@ class Plan2Explore(nn.Module):
|
||||
act=config.act,
|
||||
)
|
||||
self._networks = nn.ModuleList(
|
||||
[networks.DenseHead(**kw) for _ in range(config.disag_models)]
|
||||
[networks.MLP(**kw) for _ in range(config.disag_models)]
|
||||
)
|
||||
kw = dict(wd=config.weight_decay, opt=config.opt, use_amp=self._use_amp)
|
||||
self._model_opt = tools.Optimizer(
|
||||
|
||||
Reference in New Issue
Block a user