Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean authored Jul 22, 2024
1 parent 9ad75ac commit 6611a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For example, for the ML1 benchmark with the 'pick-place-v2' environment, you can
import metaworld

SEED = 0 # some seed number here
env = gym.make('ML-pick-place-v2', seed=SEED)
env = gym.make('ML-pick-place-v2-train', seed=SEED)
```

### Running ML1 or MT1
Expand Down

0 comments on commit 6611a24

Please sign in to comment.