Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 975 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 975 Bytes

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]