Spaces:
Runtime error
Runtime error
Commit ·
995d5aa
1
Parent(s): 750ba32
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ emoji: 🚀
|
|
| 8 |
---
|
| 9 |
# An End-to-End Reinforcement Learning Approach for Job-Shop Scheduling Problems Based on Constraint Programming
|
| 10 |
|
|
|
|
|
|
|
| 11 |
A Job-Shop Scheduling Reinforcement Learning based solver using an underlying CP model as an environment.
|
| 12 |
For fast inference, check out the cached examples below.
|
| 13 |
Any Job-Shop Scheduling instance following the standard specification is compatible. Check out this website for more instances.
|
|
|
|
| 8 |
---
|
| 9 |
# An End-to-End Reinforcement Learning Approach for Job-Shop Scheduling Problems Based on Constraint Programming
|
| 10 |
|
| 11 |
+
Checkout the paper on arXiv: [https://arxiv.org/abs/2306.05747](https://arxiv.org/abs/2306.05747)
|
| 12 |
+
|
| 13 |
A Job-Shop Scheduling Reinforcement Learning based solver using an underlying CP model as an environment.
|
| 14 |
For fast inference, check out the cached examples below.
|
| 15 |
Any Job-Shop Scheduling instance following the standard specification is compatible. Check out this website for more instances.
|