Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Cainiao-AI
/
GreedRL
like
23
Follow
Cainiao-AI
19
Reinforcement Learning
Deep Reinforcement Learning
Combinatorial Optimization
Vehicle Routing Problem
License:
apache-2.0
Model card
Files
Files and versions
Community
db26c81
GreedRL
/
greedrl
/
__init__.py
先坤
add greedrl
db26c81
over 1 year ago
raw
Copy download link
history
blame
Safe
167 Bytes
import
sys
from
.solver
import
Problem, Solution, Solver
from
.const
import
GRL_WORKER_START, GRL_WORKER_END, GRL_TASK, GRL_FINISH
greedrl = sys.modules[__name__]