Commit 410b4e72 authored by peastman's avatar peastman
Browse files

Converted A3C to TF2, and changed it to A2C

parent 387e650e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
"""Interface for reinforcement learning."""

from deepchem.rl.a3c import A3C
from deepchem.rl.a2c import A2C
from deepchem.rl.ppo import PPO


+149 −204

File changed and moved.

Preview size limit exceeded, changes collapsed.

+33 −33

File changed and moved.

Preview size limit exceeded, changes collapsed.