Skip to content

Commit

Permalink
Update learn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoPan committed Oct 15, 2023
1 parent c91605b commit e2412b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gym_pybullet_drones/examples/learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Notes
-----
This is a minimal working example integrating `gym-pybullet-drones` with
reinforcement learning libraries `stable-baselines3`.
reinforcement learning library `stable-baselines3`.
"""
import time
Expand Down Expand Up @@ -367,4 +367,4 @@ def run(output_folder=DEFAULT_OUTPUT_FOLDER, gui=DEFAULT_GUI, plot=True, colab=D
# parser.add_argument('--output_folder', default=DEFAULT_OUTPUT_FOLDER, type=str, help='Folder where to save logs (default: "results")', metavar='')
# ARGS = parser.parse_args()

# run(**vars(ARGS))
# run(**vars(ARGS))

0 comments on commit e2412b7

Please sign in to comment.