Skip to content

Commit

Permalink
📝 Add Picture & Icons comment in paper
Browse files Browse the repository at this point in the history
Add generate_paper command
  • Loading branch information
MathisFederico committed Sep 13, 2023
1 parent 3c198f2 commit 30d2aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions commands/generate_paper.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run --rm --volume $PWD/:/data --env JOURNAL=joss openjournals/inara
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Hierarchical reasoning remains one of the most fundamental challenges in artific

We introduce **HierarchyCraft**, a builder for lightweight environments in which arbitrary hierarchical reasoning tasks without feature extraction can be created within a single library. HierarchyCraft provides a set of environments and makes it easy to build custom hierarchical environments to fit any research needs.

For example, the effects of the underlying hierarchy of Minecraft can be studied with the MineHcraft environment that mimics the sub-tasks of Minecraft without any 3D environment that would require feature extraction. A view of the graphical interface common to all HierarchyCraft environments is shown in Figure \autoref{fig:MineHcraft-dragon}.
For example, the effects of the underlying hierarchy of Minecraft can be studied with the MineHcraft environment that mimics the sub-tasks of Minecraft without any 3D environment that would require feature extraction. A view of the graphical interface common to all HierarchyCraft environments is shown in Figure \autoref{fig:MineHcraft-dragon}. Pictures and icons are only available on the human interface for illustration purpose, they are not accessed by the agent.

![HierarchyCraft graphical user interface. 'End' zone in the MineHcraft environment.\label{fig:MineHcraft-dragon}](docs/images/MineHcraft_face_to_dragon.png)

Expand Down

0 comments on commit 30d2aa2

Please sign in to comment.