{"id":20954420,"url":"https://github.com/devsisters/neural-combinatorial-rl-tensorflow","last_synced_at":"2025-05-14T04:32:43.557Z","repository":{"id":48851629,"uuid":"78261893","full_name":"devsisters/neural-combinatorial-rl-tensorflow","owner":"devsisters","description":"in progress","archived":false,"fork":false,"pushed_at":"2017-06-11T14:43:25.000Z","size":59,"stargazers_count":107,"open_issues_count":3,"forks_count":26,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-02T13:03:12.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsisters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-07T06:00:50.000Z","updated_at":"2025-01-23T06:01:19.000Z","dependencies_parsed_at":"2022-08-31T13:01:27.428Z","dependency_job_id":null,"html_url":"https://github.com/devsisters/neural-combinatorial-rl-tensorflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsisters%2Fneural-combinatorial-rl-tensorflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsisters%2Fneural-combinatorial-rl-tensorflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsisters%2Fneural-combinatorial-rl-tensorflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsisters%2Fneural-combinatorial-rl-tensorflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsisters","download_url":"https://codeload.github.com/devsisters/neural-combinatorial-rl-tensorflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254071334,"owners_count":22009773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T01:14:37.763Z","updated_at":"2025-05-14T04:32:43.262Z","avatar_url":"https://github.com/devsisters.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neural Combinatorial Optimization in Tensorflow\n\nTensorFlow implementation of [Neural Combinatorial Optimization with Reinforcement Learning](http://arxiv.org/abs/1611.09940).\n\n![model](./assets/model.png)\n\n(in progress)\n\n\n## Requirements\n\n- Python 2.7\n- [tqdm](httsp://github.com/tqdm/tqdm)\n- [TensorFlow 0.12.1](httsp://github.com/tensorflow/tensorflow/tree/r0.12)\n\n\n## Usage\n\nTo train a model:\n\n    $ python main.py --task=tsp20 --lr_start=0.001 --min_data_length=5 --max_data_length=20\n    $ python main.py --task=tsp50 --lr_start=0.001 --min_data_length=5 --max_data_length=50\n    $ python main.py --task=tsp100 --lr_start=0.0001 --min_data_length=5 --max_data_length=100\n\n\nTo train a model:\n\n    $ python main.py\n    $ tensorboard --logdir=logs --host=0.0.0.0\n\nTo test a model:\n\n    $ python main.py --is_train=False\n\n## Results\n\n(in progress)\n\n\n## Author\n\nTaehoon Kim / [@carpedm20](http://carpedm20.github.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsisters%2Fneural-combinatorial-rl-tensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsisters%2Fneural-combinatorial-rl-tensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsisters%2Fneural-combinatorial-rl-tensorflow/lists"}