Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean committed May 27, 2024
1 parent 548a3a1 commit d24cf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env.set_task(task) # Set task
obs = env.reset() # Reset environment
a = env.action_space.sample() # Sample an action
obs, reward, done, info = env.step(a)
obs, reward, terminate, truncate, info = env.step(a)
```

```{toctree}
Expand Down

0 comments on commit d24cf98

Please sign in to comment.