Procházet zdrojové kódy

Unlock pickup environment (#21)

* Obstructed maze environment

* Add unlock environment

* Fix env id

* Unlock pickup environment
Lucas Willems před 7 roky
rodič
revize
f1a701537a
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -327,3 +327,7 @@ Registered configurations:
 The agent has to pick up a box which is placed in a corner of a 3x3 maze.
 The agent has to pick up a box which is placed in a corner of a 3x3 maze.
 The doors are locked, the keys are hidden in boxes and doors are obstructed
 The doors are locked, the keys are hidden in boxes and doors are obstructed
 by balls. This environment can be solved without relying on language.
 by balls. This environment can be solved without relying on language.
+
+The agent has to pick up a box which is placed in a corner of a 3x3 maze.
+The doors are locked, the keys are hidden in boxes and doors are obstructed
+by balls. This environment can be solved without relying on language.