Skip to content

Commit

Permalink
Last notebook bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ansantam committed Mar 4, 2024
1 parent 4f0aa25 commit 0b5837a
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 257 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ You need to install the dependencies before running the notebooks.
Please also run these commands to install `ffmpeg`:
- OS X: `brew install ffmpeg`
- Ubuntu: `sudo apt-get install ffmpeg`
- With pip: `pip install imageio-ffmpeg`

### Using conda

Expand Down
Binary file added img/cumulate_reward.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/the_rl_problem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cheetah-accelerator
gymnasium
gym
imageio==2.5
# imageio==2.5
# imageio
ipywidgets
ipython
ipywidgets
Expand All @@ -10,6 +11,7 @@ matplotlib
moviepy==1.0.3
names
notebook==6.4.12
# notebook
opencv-python
seaborn
pyyaml
Expand All @@ -18,4 +20,5 @@ RISE
shimmy
stable-baselines3
traitlets==5.9.0
# traitlets

369 changes: 114 additions & 255 deletions tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit 0b5837a

Please sign in to comment.