Skip to content

Commit

Permalink
remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumingpassional committed Apr 4, 2023
1 parent 62cec30 commit 6ddf399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finrl/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"net_dimension": 512,
"target_step": 5000,
"eval_gap": 30,
"eval_times": 64, # bug fix:KeyError: 'eval_times' line 68, in get_model model.eval_times = model_kwargs["eval_times"]
"eval_times": 64,
}
RLlib_PARAMS = {"lr": 5e-5, "train_batch_size": 500, "gamma": 0.99}

Expand Down

0 comments on commit 6ddf399

Please sign in to comment.