Skip to content

Let's implement SAC with PyTorch for HalfCheetah and InvertedPendulum environments.

Notifications You must be signed in to change notification settings

SoffWolf/Soft-Actor-Critic-Pytorch-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soft-Actor-Critic-Pytorch-implementation

Let's implement SAC with PyTorch for gym's environments.

Run the code with: python3 sac.py --env='...' --max_timesteps=... --batch_size=...

All arguments have their own default value, so the code still run when the arguments are not specify in the command.

About

Let's implement SAC with PyTorch for HalfCheetah and InvertedPendulum environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages