Skip to content

Commit

Permalink
Fix the default wandb project name in ppo_atari_envpool.py (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn authored Apr 12, 2022
1 parent 3d20d11 commit bea0d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanrl/ppo_atari_envpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def parse_args():
help="if toggled, cuda will be enabled by default")
parser.add_argument("--track", type=lambda x: bool(strtobool(x)), default=False, nargs="?", const=True,
help="if toggled, this experiment will be tracked with Weights and Biases")
parser.add_argument("--wandb-project-name", type=str, default="ppo-implementation-details",
parser.add_argument("--wandb-project-name", type=str, default="cleanRL",
help="the wandb's project name")
parser.add_argument("--wandb-entity", type=str, default=None,
help="the entity (team) of wandb's project")
Expand Down

1 comment on commit bea0d98

@vercel
Copy link

@vercel vercel bot commented on bea0d98 Apr 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cleanrl – ./

docs.cleanrl.dev
cleanrl.vercel.app
cleanrl-vwxyzjn.vercel.app
cleanrl-git-master-vwxyzjn.vercel.app

Please # to comment.