Skip to content

Commit

Permalink
stoch transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
katetolstaya committed Jun 16, 2019
1 parent 243f16b commit e1abc29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion cfg/rad_stoch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ header = k, comm_radius, reward




[2, 1.25]
k = 2
comm_radius = 1.25
Expand Down
11 changes: 7 additions & 4 deletions cfg/transfer_stoch.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[DEFAULT]

alg = dagger

# learning parameters
batch_size = 40
batch_size = 30
buffer_size = 10000
updates_per_step = 200
seed = 11
Expand All @@ -12,7 +11,7 @@ actor_lr = 5e-5
n_train_episodes = 400
beta_coeff = 0.993
test_interval = 40
n_test_episodes = 40
n_test_episodes = 20

# architecture parameters
k = 3
Expand All @@ -28,8 +27,12 @@ n_agents = 50
n_actions = 2
n_states = 6
debug = True
header = reward

header = k, reward

[4]
k = 4
fname = transfer_stoch4

[3]
k = 3
Expand Down

0 comments on commit e1abc29

Please sign in to comment.