Skip to content

Commit

Permalink
Update load_and_plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yjwong1999 committed Jun 14, 2023
1 parent 2583e09 commit 4deb40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load_and_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# get argument from user
parser = argparse.ArgumentParser()
parser.add_argument('--path', type = str, required = False, default=None, help='the path where the training/simulation data is stored')
parser.add_argument('--ep-num', type = int, required = False, default=100, help='total number of episodes')
parser.add_argument('--ep-num', type = int, required = False, default=300, help='total number of episodes')


# extract argument
Expand Down

0 comments on commit 4deb40b

Please sign in to comment.