We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d22020 commit cf686f1Copy full SHA for cf686f1
pufferlib/config/ocean/tetris.ini
@@ -12,8 +12,9 @@ num_envs = 2048
12
n_rows = 20
13
n_cols = 10
14
use_deck_obs = True
15
-n_noise_obs = 0
16
n_init_garbage = 4
+# This is experimental. Sometimes it works.
17
+n_noise_obs = 0
18
19
[policy]
20
hidden_size = 256
@@ -23,7 +24,7 @@ input_size = 256
23
24
25
26
[train]
-https://wandb.ai/kywch/pufferlib/runs/v2lv8ayz/overview?nw=nwuserkywch
27
+# https://wandb.ai/kywch/pufferlib/runs/v2lv8ayz/overview?nw=nwuserkywch
28
total_timesteps = 3_000_000_000
29
batch_size = auto
30
bptt_horizon = 64
0 commit comments