Skip to content
/ slac Public

Implementation of stochastic latent actor critic (SLAC, https://alexlee-gk.github.io/slac/) in pytorch

License

Notifications You must be signed in to change notification settings

FrostHan/slac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a9cd3f · Oct 28, 2019

History

9 Commits
Oct 28, 2019
Sep 9, 2019
Oct 28, 2019
Oct 28, 2019
Oct 28, 2019
Sep 11, 2019

Repository files navigation

SLAC

Implementation of stochastic latent actor critic (SLAC, https://alexlee-gk.github.io/slac/) in pytorch. Note that CNNs are not implemented, but instead MLP layers.

Requirements

  • gym
  • roboschool (optional)
  • pytorch
  • scipy (for saving results)

To run the program, just modify the hyperparameters and environment in learn_slac.py, and run

python learn_slac.py

About

Implementation of stochastic latent actor critic (SLAC, https://alexlee-gk.github.io/slac/) in pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages