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
After calling prelaunch with ++append, we lose the tags for all previous jobs. If any of those jobs were still waiting to run, they fail, because attempting to take the first element of the (command, tag) tuple actually results in taking the first character of the command instead.
After calling
prelaunch
with++append
, we lose the tags for all previous jobs. If any of those jobs were still waiting to run, they fail, because attempting to take the first element of the (command, tag) tuple actually results in taking the first character of the command instead.Observed behavior:
Expected behavior, same as below:
onager prelaunch +command "mycommand" +arg -lr 0.75 0.25 0.075 0.025 +arg --env Pendulum Cartpole Finger Cheetah Walker +jobname foo +tag --agent_tag +tag-args -lr
The text was updated successfully, but these errors were encountered: