Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mthede committed Dec 3, 2024
1 parent 21f9171 commit 56bcb6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/inputs/example_02a/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ base:
batch_size: 256
gamma: 0.99
device: cpu
use_lr_schedule: True
noise_sigma: 0.1
noise_scale: 1
noise_dt: 1
Expand Down Expand Up @@ -61,12 +60,11 @@ base_lstm:
learning_rate: 0.001
training_episodes: 50
episodes_collecting_initial_experience: 5
train_freq: 12h
train_freq: 24h
gradient_steps: -1
batch_size: 256
gamma: 0.99
device: cpu
use_lr_schedule: True
noise_sigma: 0.1
noise_scale: 1
noise_dt: 1
Expand Down

0 comments on commit 56bcb6b

Please sign in to comment.