Skip to content

Commit

Permalink
Merge pull request #106 from moves-rwth/61-naive-value-iteration
Browse files Browse the repository at this point in the history
61 naive value iteration
  • Loading branch information
YouGuessedMyName authored Oct 12, 2024
2 parents ba9ac9e + 523ebd2 commit ae9fbb2
Show file tree
Hide file tree
Showing 6 changed files with 68,109 additions and 285 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Run tests
run: poetry run pytest -vv

- name: List kernels
run: poetry run jupyter kernelspec list

- name: Glob notebooks in docs folder
uses: tj-actions/glob@v22
id: glob
Expand Down
Loading

0 comments on commit ae9fbb2

Please sign in to comment.