Clarify workflow for getting the metriq job id #114
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
question
Further information is requested
Right now the README instructions say:
It is not clear to the user where / how to obtain the job ID. One can find it in the
.metriq_gym_jobs.jonsl
file. Some approaches for solution:.metriq_gym_jobs.jonsl
file to find their job id. Cons: (i) over time this file will get quite long and likely not that human readable (ii) you need to switch from working in terminal / notebook to opening up a source file and locating the last job, adding extra steps.run.py
to (i) print the job id as a string that can easily by copied and pasted and (ii) surpress the current logging of things like the IBM queue different transpiler passes to make that printed job id more obvious. The logging could be put behind a--verbose
flag. If there are multiple jobs then thelist-jobs
command can help users keep track on the CLI.I lean towards doing both 2 and 3 of these options.
Thoughts? Other ideas for how to improve this workflow? @vprusso @cosenal @WrathfulSpatula
The text was updated successfully, but these errors were encountered: