Skip to content

Latest commit

 

History

History

sac

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Soft Actor-Critic (SAC)

This is an implementation of SAC algorithm with automatic temperature tuning.

Usage

Run the following command to start parallelized training:

python experiment.py

One could modify experiment.py to quickly set up different configurations.

Results