Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDudley authored Nov 29, 2022
1 parent e840e80 commit 305676e
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 @@ -46,7 +46,7 @@ You can also load data using `d4rl.qlearning_dataset(env)`, which formats the da

```python
import gym
import d4rl # Import required to register environments
import d4rl # Import required to register environments, you may need to also import the submodule

# Create the environment
env = gym.make('maze2d-umaze-v1')
Expand Down

0 comments on commit 305676e

Please sign in to comment.