diff --git a/.gifs/trivial_A.gif b/.gifs/trivial_A.gif new file mode 100644 index 0000000..f2d2f31 Binary files /dev/null and b/.gifs/trivial_A.gif differ diff --git a/.gitignore b/.gitignore index 015c29f..6c1b97e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ venv/ .venv/ **/__pycache__/ instances/ +wandb/ diff --git a/configs/normal.yaml b/configs/normal.yaml new file mode 100644 index 0000000..5284d47 --- /dev/null +++ b/configs/normal.yaml @@ -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