Skip to content

Update SoccerTwos.yaml #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/poca/SoccerTwos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ behaviors:
trainer_type: poca
hyperparameters:
batch_size: 2048
buffer_size: 20480
buffer_size: 10240
learning_rate: 0.0003
beta: 0.005
epsilon: 0.2
lambd: 0.95
num_epoch: 3
learning_rate_schedule: constant
learning_rate_schedule: linear
network_settings:
normalize: false
hidden_units: 512
Expand All @@ -22,7 +22,7 @@ behaviors:
keep_checkpoints: 5
max_steps: 50000000
time_horizon: 1000
summary_freq: 10000
summary_freq: 50000
self_play:
save_steps: 50000
team_change: 200000
Expand Down