rail-berkeley / rlkit

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

rlkit/torch/networks/stochastic not installed #144

Closed alipi closed 2 years ago

alipi commented 2 years ago

My workaround was to add the empty rlkit/torch/networks/stochastic/__init__.py.

anair13 commented 2 years ago

You're right, this was missing! I went ahead and added it, feel free to do a pull request to fix things like this in the future.