From 2fa85f62382a786a20535c506f2f9d3faceaa72c Mon Sep 17 00:00:00 2001 From: Mikayel Samvelyan Date: Fri, 14 Feb 2025 11:33:13 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02c307b..9a47d4b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,18 @@

-------------------------------------------------------------------------------------------------------------------------------------------------------- +>

- Please find MiniHack at its new home at github.com/samvelyan/minihack -

+ + + + + + +

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