Skip to content

Latest commit

 

History

History
 
 

SAC

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Reproduce SAC with PARL

Based on PARL, the SAC algorithm of deep reinforcement learning has been reproduced, reaching the same level of indicators as the paper in Mujoco benchmarks.

Include following approaches:

  • DDPG Style with Stochastic Policy
  • Maximum Entropy

SAC in Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor

Mujoco games introduction

Please see here to know more about Mujoco games.

Benchmark result

Performance

How to use

Dependencies:

Start Training:

# To train an agent for HalfCheetah-v2 game
python train.py

# To train for different games
# python train.py --env [ENV_NAME]