Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
edbeeching committed Aug 29, 2024
1 parent 3512739 commit 9cc946f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions godot_rl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,12 @@ def get_args():
return args, extras



def main():
warnings.warn("This use of gdrl is deprecated and will be removed in version 1.0, please refer to the examples in the github repo", DeprecationWarning)

warnings.warn(
"This use of gdrl is deprecated and will be removed in version 1.0, please refer to the examples in the github repo",
DeprecationWarning,
)

args, extras = get_args()
if args.trainer == "rllib":
training_function = rllib_training
Expand Down

0 comments on commit 9cc946f

Please sign in to comment.