pranz24 / pytorch-soft-actor-critic

PyTorch implementation of soft actor critic
MIT License
810 stars 180 forks source link

Can I use this in custom gym env? #26

Open kwk2696 opened 4 years ago

kwk2696 commented 4 years ago

Can I use this in custom gym env?

pranz24 commented 4 years ago

Sure, it should work custom gym envs. It won't work if the env has discrete actions.