Skip to content

shakti365/soft-actor-critic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Soft Actor-Critic

Implementation of Soft Actor-Critic Algorithm in TF2

Notes: https://shivamshakti.dev/posts/sac

Usage

  • Create a virtual environment for Python (I use this setup)

  • Install the dependencies

    pip install -r requirements.txt
    
  • Run the training script

    cd src
    python main.py # Uses `MountainCarContinuous-v0` by default
    
  • Run the evaluation script

    python play.py --model_name <PATH_TO_SAVED_MODEL>
    

References

About

TF2 Implementation of the Soft Actor-Critic Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages