Skip to content

Commit

Permalink
Tetris docs (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Ogden authored Aug 21, 2023
1 parent 4b843b9 commit e8c4131
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ instance/

# Sphinx documentation
docs/_build/
# MkDocs documentation
docs_public/

# PyBuilder
.pybuilder/
Expand Down
8 changes: 8 additions & 0 deletions docs/api/environments/tetris.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
::: jumanji.environments.packing.tetris.env.Tetris
selection:
members:
- __init__
- reset
- step
- observation_spec
- action_spec

0 comments on commit e8c4131

Please sign in to comment.