Skip to content

Commit

Permalink
fix image location
Browse files Browse the repository at this point in the history
  • Loading branch information
engmubarak48 authored and alexhernandezgarcia committed Jun 12, 2024
1 parent d107305 commit 9e1bb17
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

This repository implements GFlowNets, generative flow networks for probabilistic modelling, on PyTorch. A design guideline behind this implementation is the separation of the logic of the GFlowNet agent and the environments on which the agent can be trained on. In other words, this implementation facilitates the extension with new environments for new applications.

<div style="text-align: center;">
<img src="docs/images/image.png" alt="Tetris Environment" width="600" height="600"/>
<br>
<em>Figure 1: The Tetris environment</em>
</div>
![Tetris Environment](docs/images/image.png)
*Figure 1: The Tetris environment*

Figure 1 illustrates the Tetris environment implemented in our library. This environment is a simplified version of Tetris, where the action space includes choosing different Tetris pieces, rotating them, and deciding where to drop them on the game board. Each action affects the game state, demonstrating the potential of GFlowNets to manage complex, dynamic environments. The Tetris environment provides a familiar yet complex example of applying GFlowNets to problem spaces that are both spatial and temporal.

Expand Down

0 comments on commit 9e1bb17

Please sign in to comment.