TSP_DRL_PtrNet icon indicating copy to clipboard operation
TSP_DRL_PtrNet copied to clipboard

"Neural Combinatorial Optimization with Reinforcement Learning"[Bello+, 2016], Traveling Salesman Problem solver

Results 2 TSP_DRL_PtrNet issues
Sort by recently updated
recently updated
newest added

Very helpful repo! One question, in the `forward` function in `critic.py`, there might possibly be an error: In line `37`, the `Decoder` always takes in the same initial `dec_input` for...