Skip to content

Commit

Permalink
Add important TODOs in config_scripts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmccann1024 committed Jan 20, 2025
1 parent 38b8757 commit 69595a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config_scripts/parse_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def parse_args():
parser.add_argument(f'--{argument}', type=arg_type, help=arg_help)
parser.add_argument(f'-{argument}', type=arg_type, help=arg_help)

# fixme: Two 'optimize' variables for SB3 and our variable interferes, needs to be fixed for DRL
# fixme: (drl_path_agents) Two 'optimize' variables for SB3 and our variable interferes, needs to be
# fixed for DRL
# parser.add_argument('-optimize', action='store_true', help='Enable optimization')
args = parser.parse_args()

Expand Down

0 comments on commit 69595a5

Please sign in to comment.