mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-23 15:04:20 +00:00
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. ;-)
This commit is contained in:
committed by
Greg Brockman
parent
c8f8149544
commit
4928dd2e4b
@@ -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.
|
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
|
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
|
||||||
|
Reference in New Issue
Block a user