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

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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