Solve combinatorial optimization problem with hierarchical reinforcement learning (RL) approach.
Reproduce the result of pointer network.
See Pointer-Net-Reproduce.ipynb
Solve TSP with constraints by hierarchical RL framework. The implemtation is based on pointer networks.
See GPN.ipynb, GPN_TSPTW.ipynb
Full code will be released soon.