Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Apr 23, 2024
1 parent e1c6b98 commit 571c381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchrl/envs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def _is_reset(key: NestedKey):
expected = set(expected)
self.validated = expected.intersection(actual) == expected
if not self.validated:
raise RuntimeError
warnings.warn(
"The expected key set and actual key set differ. "
"This will work but with a slower throughput than "
Expand Down

0 comments on commit 571c381

Please sign in to comment.