Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary arguments
  • Loading branch information
ikostrikov2 committed Mar 15, 2019
1 parent eb04bdc commit 9e86e17
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions gail_experts/convert_to_pytorch.py
Expand Up @@ -15,16 +15,6 @@ def main():
default='trajs_halfcheetah.h5',
help='input h5 file',
type=str)
parser.add_argument(
'--num-trajectories',
default=4,
help='number of trajectories to subsample',
type=int)
parser.add_argument(
'--trajectory-subsample',
default=20,
help='trajectory subsampling rate',
type=int)
parser.add_argument(
'--pt-file',
default=None,
Expand Down

0 comments on commit 9e86e17

Please sign in to comment.