Skip to content

Commit

Permalink
Don't plot explicitly in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterwln committed May 16, 2024
1 parent 3d33fc6 commit 60d8a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/lib/example_discrete_control_space_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ Now, we can create the environment and the agent and visualize the environment.
```@example DiscreteControlSpaceEnv
env = RxEnvironment(WindyGridWorld((0, 0, 0, 1, 1, 1, 2, 2, 1, 0), [], (8, 5)))
agent = add!(env, WindyGridWorldAgent((1, 1)))
```
```@julia
RxEnvironments.animate_state(env)
```

0 comments on commit 60d8a43

Please sign in to comment.