Skip to content

Commit 0b5837a

Browse files
committed
Last notebook bugs
1 parent 4f0aa25 commit 0b5837a

File tree

5 files changed

+118
-257
lines changed

5 files changed

+118
-257
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ You need to install the dependencies before running the notebooks.
6464
Please also run these commands to install `ffmpeg`:
6565
- OS X: `brew install ffmpeg`
6666
- Ubuntu: `sudo apt-get install ffmpeg`
67-
- With pip: `pip install imageio-ffmpeg`
6867

6968
### Using conda
7069

img/cumulate_reward.png

332 KB
Loading

img/the_rl_problem.png

216 KB
Loading

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
cheetah-accelerator
22
gymnasium
33
gym
4-
imageio==2.5
4+
# imageio==2.5
5+
# imageio
56
ipywidgets
67
ipython
78
ipywidgets
@@ -10,6 +11,7 @@ matplotlib
1011
moviepy==1.0.3
1112
names
1213
notebook==6.4.12
14+
# notebook
1315
opencv-python
1416
seaborn
1517
pyyaml
@@ -18,4 +20,5 @@ RISE
1820
shimmy
1921
stable-baselines3
2022
traitlets==5.9.0
23+
# traitlets
2124

tutorial.ipynb

Lines changed: 114 additions & 255 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)