Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 09eaa7e

Browse files
authored
Merge pull request #113 from samvelyan/patch-1
Update README.md
2 parents aa363dd + 33871fe commit 09eaa7e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@
22
<img width="80%" src="https://raw.githubusercontent.com/facebookresearch/minihack/main/docs/imgs/minihack.png" />
33
</p>
44

5-
<p align="center">
6-
<a href="https://pypi.python.org/pypi/minihack/"><img src="https://img.shields.io/pypi/v/minihack.svg" /></a>
7-
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
8-
<a href="https://minihack.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/minihack/badge/?version=latest" /></a>
9-
<a href="https://pepy.tech/project/minihack"><img src="https://static.pepy.tech/personalized-badge/minihack?period=total&units=international_system&left_color=black&right_color=red&left_text=Downloads" /></a>
10-
<a href="https://github.com/facebookresearch/minihack/actions/workflows/test_and_deploy.yml"><img src="https://github.com/facebookresearch/minihack/actions/workflows/test_and_deploy.yml/badge.svg?branch=main" /></a>
11-
<a href="https://arxiv.org/abs/2109.13202"><img src="https://img.shields.io/badge/arXiv-2109.13202-b31b1b.svg"/></a>
12-
</p>
13-
145
-------------------------------------------------------------------------------------------------------------------------------------------------------
156

16-
# MiniHack
7+
<p align="center">
8+
<b>Please find MiniHack at its new home at <a href="https://github.com/samvelyan/minihack">github.com/samvelyan/minihack</a></b>
9+
</p>
1710

1811
MiniHack is a sandbox framework for easily designing rich and diverse environments for Reinforcement Learning (RL).
1912
Based on the game of [NetHack](https://en.wikipedia.org/wiki/NetHack), MiniHack uses the [NetHack Learning Environment (NLE)](https://github.com/heiner/nle) to communicate with the game and to provide a convenient interface for customly created RL training and test environments of varying complexity.

0 commit comments

Comments
 (0)