Skip to content

Commit

Permalink
Fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Feb 10, 2023
1 parent 9939229 commit 9070a74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import numpy as np
# It follows the original Gymnasium API ...
env = mo_gym.make('minecart-v0')

obs = env.reset()
obs, info = env.reset()
# but vector_reward is a numpy array!
next_obs, vector_reward, terminated, truncated, info = env.step(your_agent.act(obs))

Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ lastpage:
:hidden:
:caption: Introduction
self
examples/publications
```

Expand Down

0 comments on commit 9070a74

Please sign in to comment.