Skip to content

Say-Hello2y/SAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SAC算法实现

Soft Actor Critic 算法 pytorch 实现

Getting Started

已在ubuntu20.04,22.04上测试过,复现步骤:

step1 :

pip install -r requirements.txt

step2(optional):(需注册wandb账号)

python train_sac.py --track

step3(不需要wandb账号):

python train_sac.py

One More Thing

训练好的模型会保存到checkpoint目录,如果想用gym的mujoco环境请参考我知乎上的两篇文章如何在ubuntu20.04上安装mujoco,以及如何在ubuntu20.04上配置pytorch GPU版本

About

Soft Actor Critic 算法 pytorch 实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages