Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Mar 8, 2024
1 parent 994e38e commit 3035bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchrl/envs/gym_like.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def __call__(
) -> TensorDictBase:
raise NotImplementedError

@abc.abstractproperty
@property
@abc.abstractmethod
def info_spec(self) -> Dict[str, TensorSpec]:
raise NotImplementedError

Expand Down

0 comments on commit 3035bcf

Please sign in to comment.