Skip to content

Commit

Permalink
now the default model type is not large
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSoemers committed Dec 12, 2023
1 parent 6e3ffe5 commit e6672c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/ppo_gridnet_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def parse_args():
help="the path to the agent's model")
parser.add_argument('--ai', type=str, default="",
help='the opponent AI to evaluate against')
parser.add_argument('--model-type', type=str, default=f"ppo_gridnet_large", choices=["ppo_gridnet_large", "ppo_gridnet"],
parser.add_argument('--model-type', type=str, default=f"ppo_gridnet", choices=["ppo_gridnet_large", "ppo_gridnet"],
help='the output path of the leaderboard csv')
args = parser.parse_args()
if not args.seed:
Expand Down

0 comments on commit e6672c5

Please sign in to comment.