From 4928dd2e4bab0a210db73f3a05d4bf4b19c58e6f Mon Sep 17 00:00:00 2001 From: Max Schrader Date: Sat, 7 Apr 2018 08:24:26 +0200 Subject: [PATCH] Add new Environment in environments.md (#951) I added a reference to my recently published Sokoban environment. I am not 100% sure if this is the right place to add the environment. In case it is not the right place please let me know which is better. ;-) --- docs/environments.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/environments.md b/docs/environments.md index fd9ff5756..e5307df27 100644 --- a/docs/environments.md +++ b/docs/environments.md @@ -33,3 +33,10 @@ Learn more here: https://github.com/tuzzer/gym-maze/ A minimalistic gridworld environment. Seeks to minimize software dependencies, be easy to extend and deliver good performance for faster training. Learn more here: https://github.com/maximecb/gym-minigrid + +## gym-sokoban: 2D Transportation Puzzles + +The environment consists of transportation puzzles in which the player's goal is to push all boxes on the warehouse's storage locations. +The advantage of the environment is that it generates a new random level every time it is initialized or reset, which prevents over fitting to predefined levels. + +Learn more here: https://github.com/mpSchrader/gym-sokoban