Harsh Trivedi
Harsh Trivedi
I am using beaker for `evaluate` as well and the tqdm progress doesn't look good in the logs. It would be nice to have file-friendly logging enabled for it.
This PR adds pytorch implementation of Cocob Optimizer, introduced in [this](http://papers.nips.cc/paper/6811-training-deep-networks-without-learning-rates-through-coin-betting.pdf) paper. Feature request to add in pytorch/contrib is [here](https://github.com/pytorch/pytorch/issues/9952). Original Tensorflow implementation is [here](https://github.com/bremen79/cocob) and this PR is based...
Thanks for setting up this repository! Please consider adding AppWorld to the list. 🔗 Website: https://appworld.dev/ 📄 Paper: https://arxiv.org/abs/2407.18901 🐦 Tweet: https://x.com/harsh3vedi/status/1818311843976233198 💬 Blog: https://appworld.dev/blog 🎬 Video(s): https://appworld.dev/video 🌎 Code:...
Hey @ysymyth ! Thanks for setting up this repository and also writing many cool papers in the space! Please consider adding 🌎 [AppWorld](https://appworld.dev/) to this list. The environment tag should...
As the title says.
Thanks for a great survey and for setting up this repository! I know the papers listed here from Zhiheng Xi et al. But if you are open to adding newer...
Thanks for setting up this repository! Please consider adding AppWorld to this list, e.g., to the Evaluation section. 🔗 Website: https://appworld.dev/ 📄 Paper: https://arxiv.org/abs/2407.18901 🐦 Tweet: https://x.com/harsh3vedi/status/1818311843976233198 💬 Blog: https://appworld.dev/blog...
Thanks for setting up this repository! Please consider adding AppWorld to it. 🔗 Website: https://appworld.dev/ 📄 Paper: https://arxiv.org/abs/2407.18901 🐦 Tweet: https://x.com/harsh3vedi/status/1818311843976233198 💬 Blog: https://appworld.dev/blog 🎬 Video(s): https://appworld.dev/video 🌎 Code: https://github.com/stonybrooknlp/appworld...
Thanks for setting up this repository! If possible, I would like to add AppWorld to this list. It best fits the text games section. 🔗 Website: https://appworld.dev/ 📄 Paper: https://arxiv.org/abs/2407.18901...
Change this [line](https://github.com/StonyBrookNLP/appworld/blob/756b0fb906a2c772a43c2d0c7b159e650a7fc5a7/src/appworld/environment.py#L743C9-L743C58) to use `get_unique_id()` from utils. That's a more useful default.