update directory structure
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import torch
|
||||
from tqdm import tqdm
|
||||
|
||||
from tugo.agent.pg import PolicyAgent
|
||||
from tugo.agent.predict import DeepLearningAgent
|
||||
from tugo.agents.policy_gradient_agent import PolicyAgent
|
||||
from tugo.agents.predict import DeepLearningAgent
|
||||
from tugo.encoders.alphago import AlphaGoEncoder
|
||||
from tugo.rl.simulate import experience_simulation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user