Commit 60581cec authored by peastman's avatar peastman
Browse files

Moved MCTS to contrib

parent d9357953
Loading
Loading
Loading
Loading
+0 −0

File moved.

+0 −1
Original line number Diff line number Diff line
"""Interface for reinforcement learning."""

from deepchem.rl.a3c import A3C
from deepchem.rl.mcts import MCTS
from deepchem.rl.ppo import PPO