GreedRL / test /basetest.py
先坤
add greedrl
db26c81
raw
history blame
124 Bytes
import torch
import unittest
class TestCase(unittest.TestCase):
def tearDown(self):
torch.cuda.empty_cache()