rail-berkeley / rlkit

Collection of reinforcement learning algorithms
MIT License
2.43k stars 547 forks source link

cannot import name 'FlattenMlp' #129

Closed chenci107 closed 3 years ago

chenci107 commented 3 years ago

from rlkit.torch.networks import FlattenMlp

vitchyr commented 3 years ago

It'd been renamed to ConcatMlp.