From c836e868c6cb805012f93590e0ece1bc8461dbcf Mon Sep 17 00:00:00 2001 From: Mikayel Samvelyan Date: Wed, 5 Jan 2022 15:06:59 +0000 Subject: [PATCH] Update README.MD Fixed MiniHack repository link --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index c0ddbb0..a1adb19 100755 --- a/README.MD +++ b/README.MD @@ -16,7 +16,7 @@ PAIRED has a strong guarantee of robustness in that at Nash equilibrium, it prov ### Environments supported -- [MiniHack](https://github.com/facebookresearch/minihack) +- [MiniHack (Samvelyan et al, 2021)](https://github.com/facebookresearch/minihack) - [MiniGrid (Chevalier-Boisvert et al, 2018)](https://github.com/maximecb/gym-minigrid) ## Set up @@ -32,7 +32,7 @@ cd baselines pip install -e . cd .. -git clone https://github.com/ucl-dark/blob/main/minihack +git clone https://github.com/facebookresearch/minihack.git cd minihack pip install -e . cd .. @@ -86,4 +86,4 @@ python -m eval \ 'MultiGrid-SixteenRooms-v0,MultiGrid-Labyrinth-v0,MultiGrid-Maze-v0' --num_episodes 100 \ --model_tar model -``` \ No newline at end of file +```