[tune] resume=False by default but print a tip to set resume="prompt" + jenkins fix#3681
Conversation
|
Test FAILed. |
|
Test FAILed. |
richardliaw
left a comment
There was a problem hiding this comment.
Can you update the readthedocs too?
|
Test FAILed. |
|
Test FAILed. |
| obs = torch.from_numpy(obs).float().unsqueeze(0) | ||
| _, _, vf, _ = self.model({"obs": obs}, []) | ||
| return vf.numpy().squeeze() | ||
| return vf.detach().numpy().squeeze() |
There was a problem hiding this comment.
@ericl going to include this jenkins fix in this PR
|
Test PASSed. |
I'm finding that the prompt is quite annoying, and maybe isn't the common case. This is a try to make the default False while still making the feature visible via a tip.