Skip to content

Commit be95053

Browse files
authored
Merge pull request #12 from samvelyan/samvelyan/readme
Added the banners back
2 parents c63af14 + 2fa85f6 commit be95053

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

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

5-
-------------------------------------------------------------------------------------------------------------------------------------------------------
5+
>
66
77
<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>
8+
<a href="https://pypi.python.org/pypi/minihack/"><img src="https://img.shields.io/pypi/v/minihack.svg" /></a>
9+
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
10+
<a href="https://minihack.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/minihack/badge/?version=latest" /></a>
11+
<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>
12+
<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>
13+
<a href="https://arxiv.org/abs/2109.13202"><img src="https://img.shields.io/badge/arXiv-2109.13202-b31b1b.svg"/></a>
14+
</p>
15+
16+
-------------------------------------------------------------------------------------------------------------------------------------------------------
1017

1118
MiniHack is a sandbox framework for easily designing rich and diverse environments for Reinforcement Learning (RL).
1219
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)