Skip to content

Commit 0e7aaa5

Browse files
committed
add yaml highlight to unit 3 & 5
1 parent ecd9466 commit 0e7aaa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/unit3/unit3.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
"\n",
311311
"This is a template example:\n",
312312
"\n",
313-
"```\n",
313+
"```yaml\n",
314314
"SpaceInvadersNoFrameskip-v4:\n",
315315
" env_wrapper:\n",
316316
" - stable_baselines3.common.atari_wrappers.AtariWrapper\n",

notebooks/unit5/unit5.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"\n",
325325
"We'll give you here a first version of this config (to copy and paste into your `SnowballTarget.yaml file`), **but you should modify it**.\n",
326326
"\n",
327-
"```\n",
327+
"```yaml\n",
328328
"behaviors:\n",
329329
" SnowballTarget:\n",
330330
" trainer_type: ppo\n",

0 commit comments

Comments
 (0)