Skip to content

Commit 556b51b

Browse files
committed
fix typo
1 parent f07f995 commit 556b51b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rl_plotter/plotter_spinup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55

66
import argparse
77
import matplotlib.pyplot as plt
8-
import matplotlib.ticker as mticker
98
from rl_plotter import plot_utils as pu
109

1110

1211
def main():
13-
parser = argparse.ArgumentParser(description='rl-plotter')
12+
parser = argparse.ArgumentParser(description='rl-plotter_spinup')
1413
parser.add_argument('--log_dir', default='./',
1514
help='log dir (default: ./)')
1615
parser.add_argument('--filters', default=[''], nargs='+',

0 commit comments

Comments
 (0)