Skip to content

Commit

Permalink
scripts: default name of env. added for recording
Browse files Browse the repository at this point in the history
  • Loading branch information
koulanurag committed Feb 15, 2024
1 parent 2e079e0 commit bdc9e70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/record_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ def parse_arguments():
help="Output directory with GIF record.",
)
parser.add_argument(
"--env", type=str, help="Name of recorded environment.", required=True
"--env",
type=str,
help="Name of recorded environment.",
default="RandomMaze-11x11-v0",
)
parser.add_argument(
"--frames", type=int, default=500, help="Number of frames in GIF record."
Expand Down

0 comments on commit bdc9e70

Please sign in to comment.