Skip to content

Commit

Permalink
feat: adding more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrot LeCon committed Feb 12, 2023
1 parent 3a6b7c3 commit 5736b42
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added .gifs/trivial_A.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ venv/
.venv/
**/__pycache__/
instances/
wandb/
12 changes: 12 additions & 0 deletions configs/normal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
env:
path: ./instances/eternity_A.txt
reward_type: win_ratio

model:
embedding_dim: 8

training:
learning_rate: 1.0e-4
gamma: 0.9
n_batches: 2000
batch_size: 50

0 comments on commit 5736b42

Please sign in to comment.