Skip to content

Commit

Permalink
Fix ref to Gymnasium (#839)
Browse files Browse the repository at this point in the history
dyodx authored Oct 24, 2022
1 parent 6ef1842 commit 2d32975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/basic_usage.md
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ right_paddle_speed=25, is_cake_paddle=True, max_cycles=900, bounce_randomness=Fa

## Interacting With Environments

Environments can be interacted with using a similar interface to Gym:
Environments can be interacted with using a similar interface to Gymnasium:

``` python
env.reset()

0 comments on commit 2d32975

Please sign in to comment.