Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed Jul 16, 2024
1 parent cb4b92e commit bbbd103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/envs/circular.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ using CompressedBeliefMDPs
n_corridors = 8
corridor_length = 25
maze = CircularMaze(n_corridors, corridor_length)
```
"""
struct CircularMaze <: POMDP{
Union{CircularMazeState, TerminalState},
Expand Down

0 comments on commit bbbd103

Please sign in to comment.