Skip to content

Commit

Permalink
Upate requirements.txt; update slides
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-xu committed Feb 2, 2024
1 parent 0615693 commit a34362e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15,271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
mkdir temp
cp -r img/ temp/img/
jupyter nbconvert tutorial.ipynb --to slides --reveal-prefix reveal.js
jupyter nbconvert tutorial.ipynb --to slides
mv tutorial.slides.html temp/index.html
ls -R temp
rm -r meta-rl/
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cpymad
gymnasium >=0.29
matplotlib
notebook
numpy
pandas
pyyaml
Expand Down
Loading

0 comments on commit a34362e

Please sign in to comment.