Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
Fixed MiniHack repository link
  • Loading branch information
samvelyan authored Jan 5, 2022
1 parent fd49543 commit c836e86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ..
Expand Down Expand Up @@ -86,4 +86,4 @@ python -m eval \
'MultiGrid-SixteenRooms-v0,MultiGrid-Labyrinth-v0,MultiGrid-Maze-v0'
--num_episodes 100 \
--model_tar model
```
```

0 comments on commit c836e86

Please sign in to comment.