Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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''')
- Loading branch information