Prasad Chalasani

Results 131 comments of Prasad Chalasani

> thanks for the PR, overall LGTM =) i will do some quick tests (check that it doesn't affect results) when I'm back from holidays next week ;) (you can...

Great, I took a crack at updating the changelog, not sure what the right convention is (and unsure about release numbering and such)

> @pchalasani did you check "allow edit from maintainers"? I cannot push to your branch.... yes it is checked

I realized we need to do `opt.swap_swa_sgd()` at the *end* of training, and some further thought is needed, to see how this impacts computation of validation metrics by `EvalCallback` etc

I added `opt.swap_swa_sgd()` after `model.learn`. We also need to do this before and after each `evaluate_policy()` call in `EvalCallback` (which is in the original sb3 repo), so that validation metrics...

Thanks, I did not know SWA is in main PyTorch. I will look into it. As for empirical evidence, I'll continue experimenting and report back.

Thanks for the clarifications. I was just trying to figure out how I can (say) use Metronome to deploy deep-learning on Hadoop for one of our data-sets. Eventually, I'll probably...

I agree, it would be great if I simply put the appropriate `:git-dependencies` and `:plugins` into my `project.clj`, and then when I run `lein uberjar`, it should: (a) git clone/pull...

> blocked on this by agent-search. I'm surprised this is the only blocker (if so, that's a minor one, since agent-search is just an extra and we can work around...