Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Jan 28, 2024
1 parent e41a2d5 commit 8b777ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
log_every=1,
hparams={
constants.NEURAL_NETWORKS.NUM_NEURONS_PER_HIDDEN_LAYER: HParam(
value=256, name=constants.NEURAL_NETWORKS.NUM_NEURONS_PER_HIDDEN_LAYER,
value=64, name=constants.NEURAL_NETWORKS.NUM_NEURONS_PER_HIDDEN_LAYER,
descr="neurons per hidden layer of the policy network"),
constants.NEURAL_NETWORKS.NUM_HIDDEN_LAYERS: HParam(
value=2, name=constants.NEURAL_NETWORKS.NUM_HIDDEN_LAYERS,
value=1, name=constants.NEURAL_NETWORKS.NUM_HIDDEN_LAYERS,
descr="number of layers of the policy network"),
agents_constants.PPO.STEPS_BETWEEN_UPDATES: HParam(
value=2048, name=agents_constants.PPO.STEPS_BETWEEN_UPDATES,
Expand Down

0 comments on commit 8b777ba

Please sign in to comment.