Skip to content

Commit

Permalink
changed the config to do 4 layers instead of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtracers committed Jan 23, 2018
1 parent 97bb8ed commit eba36bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions saltie2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ model_name = TutorialModel
control_scheme = regression_controls
#model_directory = training/data/tutorial_bot_split10-layers/2/trained_variables
teacher = replay_files
num_layers = 3
num_split_layers = 1
num_layers = 4
num_split_layers = 2
num_width = 128
is_graphing = True
is_evaluating = True
Expand Down
5 changes: 3 additions & 2 deletions trainer/configs/copy_trainer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ mini_batch_size = 5000
num_width = 128
model_package = models.actor_critic.tutorial_model
model_name = TutorialModel
num_layers = 3
num_split_layers = 1
num_layers = 4
num_split_layers = 2
keep_probability = 0.8
should_regulate = False
7 changes: 4 additions & 3 deletions trainer/configs/randomised_trainer.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Randomised Trainer Configuration]
total_batches = 2000
total_batches = 4000
save_step = 10
teacher_package = TutorialBot.tutorial_bot_output
#teacher_package = TutorialBot.atba2_demo_output
Expand All @@ -20,6 +20,7 @@ num_width = 128
model_package = models.actor_critic.tutorial_model
model_name = TutorialModel
teacher = replay_files
num_layers = 3
num_split_layers = 1
num_layers = 4
num_split_layers = 2
keep_probability = 0.8
should_regulate = False

0 comments on commit eba36bd

Please sign in to comment.