Skip to content

Commit 9ea9704

Browse files
committed
update readme
1 parent 8b32a29 commit 9ea9704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openrl/modules/networks/vdn_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def eval_values(self, obs, rnn_states, masks, action_masks=None):
194194
obs[key] = check(obs[key]).to(**self.tpdv)
195195
else:
196196
if isinstance(obs, dict):
197-
obs = obs["policy"]
197+
obs = obs["policy"]
198198
obs = check(obs).to(**self.tpdv)
199199
rnn_states = check(rnn_states).to(**self.tpdv)
200200
masks = check(masks).to(**self.tpdv)

0 commit comments

Comments
 (0)