From bef2388ec48c7d6291a335cdea5ab2496cc8cd28 Mon Sep 17 00:00:00 2001 From: cpwan Date: Fri, 24 Mar 2023 15:07:37 +0800 Subject: [PATCH 1/6] Create _config.yml --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..8813df1 --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +remote_theme: pages-themes/cayman@v0.2.0 +plugins: +- jekyll-remote-theme From 86088eaefeca614976b65be910f22baab3249f51 Mon Sep 17 00:00:00 2001 From: cpwan Date: Fri, 24 Mar 2023 15:12:41 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd31463..d46c7c9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # RLOR: A Flexible Framework of Deep Reinforcement Learning for Operation Research -:one: First work to incorporate end-to-end vehicle routing model in a modern RL platform (CleanRL) +1️⃣ First work to incorporate end-to-end vehicle routing model in a modern RL platform (CleanRL) -:zap: Speed up the training of Attention Model by 8 times (25hours $\to$ 3 hours) +⚡ Speed up the training of Attention Model by 8 times (25hours $\to$ 3 hours) -:mag_right: A flexible framework for developing *model*, *algorithm*, *environment*, and *search* for operation research +🔎 A flexible framework for developing *model*, *algorithm*, *environment*, and *search* for operation research ## News From 44e2b42bc2c42ef9806d90b4b3f07418e456a987 Mon Sep 17 00:00:00 2001 From: cpwan Date: Fri, 24 Mar 2023 15:13:46 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d46c7c9..fd16f8f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 1️⃣ First work to incorporate end-to-end vehicle routing model in a modern RL platform (CleanRL) -⚡ Speed up the training of Attention Model by 8 times (25hours $\to$ 3 hours) +⚡ Speed up the training of Attention Model by 8 times (25hours --> 3 hours) 🔎 A flexible framework for developing *model*, *algorithm*, *environment*, and *search* for operation research From 444f6f1f721e116c243e88b1b759b9af8835c9d7 Mon Sep 17 00:00:00 2001 From: cpwan Date: Fri, 24 Mar 2023 15:32:56 +0800 Subject: [PATCH 4/6] Update _config.yml --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 8813df1..14a3458 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,4 @@ remote_theme: pages-themes/cayman@v0.2.0 plugins: - jekyll-remote-theme +google_analytics: G-JJM1CJ0V7J From 111dd61377bb66feb0ca003b7e615c343ce4b424 Mon Sep 17 00:00:00 2001 From: cpwan Date: Fri, 24 Mar 2023 15:37:54 +0800 Subject: [PATCH 5/6] Create head-custom-google-analytics.html --- _includes/head-custom-google-analytics.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _includes/head-custom-google-analytics.html diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html new file mode 100644 index 0000000..372a2c0 --- /dev/null +++ b/_includes/head-custom-google-analytics.html @@ -0,0 +1,9 @@ + + + From b5ecc541f8c8593a526374e399b8869a8a40ceeb Mon Sep 17 00:00:00 2001 From: cpwan Date: Thu, 13 Apr 2023 16:24:46 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd16f8f..ce9fec0 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,11 @@ 🔎 A flexible framework for developing *model*, *algorithm*, *environment*, and *search* for operation research ## News - +- 13/04/2023: We release web demo on [Hugging Face 🤗](https://huggingface.co/spaces/cpwan/RLOR-TSP)! - 24/03/2023: We release our paper on [arxiv](https://arxiv.org/abs/2303.13117)! -- 20/03/2023: We release demo and pretrained checkpoints! +- 20/03/2023: We release jupyter lab demo and pretrained checkpoints! - 10/03/2023: We release our codebase! - ## Demo We provide inference demo on colab notebook: