Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Cainiao-AI
/
GreedRL
like
28
Follow
Cainiao-AI
46
Reinforcement Learning
Deep Reinforcement Learning
Combinatorial Optimization
Vehicle Routing Problem
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
main
GreedRL
/
test
/
basetest.py
先坤
add greedrl
db26c81
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
import
torch
import
unittest
class
TestCase
(unittest.TestCase):
def
tearDown
(
self
):
torch.cuda.empty_cache()