From db4f3d8b2973e597f5b8dccd1f801d8b0e746606 Mon Sep 17 00:00:00 2001 From: Daochen Zha Date: Wed, 16 Jun 2021 13:56:19 -0500 Subject: [PATCH] Update example --- docs/toy-examples.md | 2 +- examples/run_dmc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/toy-examples.md b/docs/toy-examples.md index 4e978151f..8bb0a657a 100644 --- a/docs/toy-examples.md +++ b/docs/toy-examples.md @@ -401,7 +401,7 @@ if __name__ == '__main__': parser.add_argument('--load_model', action='store_true', help='Load an existing model') parser.add_argument('--xpid', default='doudizhu', - help='Experiment id (default: douzero)') + help='Experiment id (default: doudizhu)') parser.add_argument('--savedir', default='experiments/dmc_result', help='Root dir where experiment data will be saved') parser.add_argument('--save_interval', default=30, type=int, diff --git a/examples/run_dmc.py b/examples/run_dmc.py index c2b46c271..0621279a4 100644 --- a/examples/run_dmc.py +++ b/examples/run_dmc.py @@ -34,7 +34,7 @@ def train(args): parser.add_argument('--load_model', action='store_true', help='Load an existing model') parser.add_argument('--xpid', default='doudizhu', - help='Experiment id (default: douzero)') + help='Experiment id (default: doudizhu)') parser.add_argument('--savedir', default='experiments/dmc_result', help='Root dir where experiment data will be saved') parser.add_argument('--save_interval', default=30, type=int,