Skip to content

Commit

Permalink
Fix training script
Browse files Browse the repository at this point in the history
  • Loading branch information
yura-hb committed Apr 25, 2024
1 parent ac0769a commit 051b5e5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ parameters:
memory:
kind: 'replay'
parameters:
size: 2048
batch_size: 256
size: 1024
batch_size: 128
prefetch: 8

loss:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ parameters:
memory:
kind: 'replay'
parameters:
size: 2048
batch_size: 256
size: 1024
batch_size: 128
prefetch: 8

loss:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ parameters:
kind: 'ppo'
parameters:
device: 'cpu'
sample_count: 256
sample_count: 128
policy_step_ratio: 0.2
entropy_regularization: 0.02
rollback_ratio: 0.00
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ parameters:
memory:
kind: 'replay'
parameters:
size: 2048
batch_size: 256
size: 1024
batch_size: 128
prefetch: 8

loss:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ parameters:
memory:
kind: 'replay'
parameters:
size: 2048
batch_size: 256
size: 1024
batch_size: 128
prefetch: 8

loss:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ parameters:
kind: 'ppo'
parameters:
device: 'cpu'
sample_count: 256
sample_count: 128
policy_step_ratio: 0.2
entropy_regularization: 0.02
rollback_ratio: 0.00
Expand Down

0 comments on commit 051b5e5

Please sign in to comment.