You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[add,bugfix] adds cmdline -cache_type JPE,JPW,JPWA. fix bugs related to these modes
parser.add_argument('-cache_type', metavar='cache_type', type=str,
default=DEFAULT_CACHE_TYPE,
help='''specify how the received data should be synced
between memory and disk.
- JPE/OneJsonPerEnv: one json per environment
- JPW/OneJsonPerWindow: one json per window
- JPWA/OneJsonPerWindowAutoSave: one json per window,
autosave to disk when plotting''')
0 commit comments