浏览代码

Unlock pickup environment (#21)

* Obstructed maze environment

* Add unlock environment

* Fix env id

* Unlock pickup environment
Lucas Willems 6 年之前
父节点
当前提交
f1a701537a
共有 1 个文件被更改,包括 4 次插入0 次删除
  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.