Quellcode durchsuchen

Unlock pickup environment (#21)

* Obstructed maze environment

* Add unlock environment

* Fix env id

* Unlock pickup environment
Lucas Willems vor 6 Jahren
Ursprung
Commit
f1a701537a
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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.