move sac_mcc to examples (runtime too long)
This commit is contained in:
parent
6a2963bd64
commit
e8b44bbaf4
@ -12,10 +12,7 @@ from tianshou.data import Collector, ReplayBuffer
|
|||||||
from tianshou.env import VectorEnv
|
from tianshou.env import VectorEnv
|
||||||
from tianshou.exploration import OUNoise
|
from tianshou.exploration import OUNoise
|
||||||
|
|
||||||
if __name__ == '__main__':
|
from continuous_net import ActorProb, Critic
|
||||||
from net import ActorProb, Critic
|
|
||||||
else: # pytest
|
|
||||||
from test.continuous.net import ActorProb, Critic
|
|
||||||
|
|
||||||
|
|
||||||
def get_args():
|
def get_args():
|
||||||
Loading…
x
Reference in New Issue
Block a user