Skip to content

Commit

Permalink
GAE revisions vwxyzjn#207
Browse files Browse the repository at this point in the history
  • Loading branch information
bragajj authored Oct 3, 2022
1 parent 84e20ba commit e21863c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cleanrl/ppo_procgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def parse_args():
help="the number of steps to run in each environment per policy rollout")
parser.add_argument("--anneal-lr", type=lambda x: bool(strtobool(x)), default=False, nargs="?", const=True,
help="Toggle learning rate annealing for policy and value networks")
parser.add_argument("--gae", type=lambda x: bool(strtobool(x)), default=True, nargs="?", const=True,
help="Use GAE for advantage computation")
parser.add_argument("--gamma", type=float, default=0.999,
help="the discount factor gamma")
parser.add_argument("--gae-lambda", type=float, default=0.95,
Expand Down

0 comments on commit e21863c

Please # to comment.