ledmands commited on
Commit
1427095
1 Parent(s): a30d4ce

Updated notes in watch_agent.py

Browse files
Files changed (1) hide show
  1. agents/watch_agent.py +2 -0
agents/watch_agent.py CHANGED
@@ -17,7 +17,9 @@ import argparse
17
  # 4. Print the keyword args for the environment? I think this might be helpful...
18
  # IN PROGRESS
19
  # 5. Add option flag to accept file path for model
 
20
  # 6. Add option flag to accept number of episodes
 
21
 
22
  parser = argparse.ArgumentParser()
23
  parser.add_argument("-r", "--repeat_action_probability", help="repeat action probability, default 0.25", type=float, default=0.25)
 
17
  # 4. Print the keyword args for the environment? I think this might be helpful...
18
  # IN PROGRESS
19
  # 5. Add option flag to accept file path for model
20
+ # DONE
21
  # 6. Add option flag to accept number of episodes
22
+ # DONE
23
 
24
  parser = argparse.ArgumentParser()
25
  parser.add_argument("-r", "--repeat_action_probability", help="repeat action probability, default 0.25", type=float, default=0.25)