Skip to content

Commit

Permalink
Merge pull request #549 from Farama-Foundation/fix-522
Browse files Browse the repository at this point in the history
Fix repo name in example notebooks
  • Loading branch information
eleurent authored Jan 3, 2024
2 parents 9f4e4aa + 4366e5c commit 4cae258
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/intersection_social_dqn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"!pip install tensorboardx gym pyvirtualdisplay\n",
"!apt-get install -y xvfb ffmpeg\n",
"!git clone https://github.com/Farama-Foundation/HighwayEnv.git 2> /dev/null\n",
"sys.path.insert(0, '/content/highway-env/scripts/')\n",
"sys.path.insert(0, '/content/HighwayEnv/scripts/')\n",
"from utils import show_videos"
]
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/parking_her.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"!pip install tensorboardx gym pyvirtualdisplay\n",
"!apt-get install -y xvfb ffmpeg\n",
"!git clone https://github.com/Farama-Foundation/HighwayEnv.git 2> /dev/null\n",
"sys.path.insert(0, '/content/highway-env/scripts/')\n",
"sys.path.insert(0, '/content/HighwayEnv/scripts/')\n",
"from utils import record_videos, show_videos"
]
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/parking_model_based.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"!pip install tensorboardx gym pyvirtualdisplay\n",
"!apt-get install -y xvfb ffmpeg\n",
"!git clone https://github.com/Farama-Foundation/HighwayEnv.git 2> /dev/null\n",
"sys.path.insert(0, '/content/highway-env/scripts/')\n",
"sys.path.insert(0, '/content/HighwayEnv/scripts/')\n",
"from utils import record_videos, show_videos"
]
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/sb3_highway_dqn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"!pip install tensorboardx gym pyvirtualdisplay\n",
"!apt-get install -y xvfb ffmpeg\n",
"!git clone https://github.com/Farama-Foundation/HighwayEnv.git 2> /dev/null\n",
"sys.path.insert(0, '/content/highway-env/scripts/')\n",
"sys.path.insert(0, '/content/HighwayEnv/scripts/')\n",
"from utils import record_videos, show_videos"
]
},
Expand Down

0 comments on commit 4cae258

Please sign in to comment.