yd-kwon / POMO

codes for the paper "POMO: Policy Optimization with Multiple Optima for Reinforcement Learning"
138 stars 38 forks source link

Reimplementation in RL4CO 🚀 #8

Open fedebotu opened 9 months ago

fedebotu commented 9 months ago

Hi there 👋🏼

First of all, great job on your work, it has served as an inspiration to our research group! We are actively developing RL4CO, a library for all things Reinforcement Learning for Combinatorial Optimization. We reimplemented POMO in the library and modularized it to be compatible with problems other than TSP and CVRP. We also used some recent software (such as TorchRL, TensorDict, PyTorch Lightning, and Hydra) as well as routines such as FlashAttention. We tried to make everything as easy to use as possible in the hope of helping practitioners and researchers.

Feel free to check RL4CO out 🚀 ^ ^

yd-kwon commented 8 months ago

Your group's work on RL4CO looks fantastic. It will make a great impact on the RL+CO community! Thanks for the hard work!