Skip to content

Commit

Permalink
Remove unnecessary property in ML1
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx0r committed Apr 24, 2024
1 parent 8dcc769 commit e008acd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metaworld/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ def __init__(self, env_name, seed=None):
cls = _env_dict.ALL_V2_ENVIRONMENTS[env_name]
self._train_classes = OrderedDict([(env_name, cls)])
self._test_classes = self._train_classes
self._train_ = OrderedDict([(env_name, cls)])
args_kwargs = _env_dict.ML1_args_kwargs[env_name]

self._train_tasks = _make_tasks(
Expand Down

0 comments on commit e008acd

Please sign in to comment.