3 lines
96 B
Python
3 lines
96 B
Python
|
from sb3_trl.policies import CnnPolicy, MlpPolicy, MultiInputPolicy
|
||
|
from sb3_trl.trl import TRL
|