Skip to content

Commit

Permalink
simple tetris config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraVolokhova committed Nov 14, 2023
1 parent 0440190 commit c2559f7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/experiments/simple_tetris.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
defaults:
- override /env: tetris
- override /gflownet: trajectorybalance
- override /policy: mlp
- override /proxy: tetris
- override /logger: wandb

env:
width: 4
height: 4
pieces: ["I", "L", "O"]

device: cpu
logger:
do:
online: True
project_name: simple_tetris

0 comments on commit c2559f7

Please sign in to comment.