Skip to content

Commit

Permalink
add yaml highlight to unit 3 & 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz committed Jun 24, 2024
1 parent ecd9466 commit 0e7aaa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/unit3/unit3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
"\n",
"This is a template example:\n",
"\n",
"```\n",
"```yaml\n",
"SpaceInvadersNoFrameskip-v4:\n",
" env_wrapper:\n",
" - stable_baselines3.common.atari_wrappers.AtariWrapper\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/unit5/unit5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"\n",
"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",
"\n",
"```\n",
"```yaml\n",
"behaviors:\n",
" SnowballTarget:\n",
" trainer_type: ppo\n",
Expand Down

0 comments on commit 0e7aaa5

Please sign in to comment.