There was an error while loading. Please reload this page.
1 parent 9f07669 commit 06f8e9fCopy full SHA for 06f8e9f
metta
@@ -0,0 +1 @@
1
+../metta
pufferlib/config/cogames.ini
@@ -5,9 +5,10 @@ policy_name = Policy
5
rnn_name = Recurrent
6
7
[vec]
8
-num_envs = 64
9
-num_workers = 16
10
-batch_size = auto
+backend = Serial
+num_envs = 1
+num_workers = 1
11
+batch_size = 1
12
zero_copy = True
13
14
[env]
@@ -16,7 +17,7 @@ render_mode = none
16
17
variants = lonely_heart heart_chorus
18
19
[train]
-total_timesteps = 50_000_000
20
21
-minibatch_size = 1024
22
-bptt_horizon = 64
+total_timesteps = 1_000_000
+batch_size = 64
+minibatch_size = 64
23
+bptt_horizon = 1
0 commit comments