File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Since Tensorflow 2.0 has already incorporated the dynamic graph construction ins
17
17
18
18
## Contents:
19
19
20
- * Two versions of ** Soft Actor-Critic (SAC)** are implemented.
20
+ * Multiple versions of ** Soft Actor-Critic (SAC)** are implemented.
21
21
22
22
** SAC Version 1** :
23
23
@@ -30,6 +30,12 @@ Since Tensorflow 2.0 has already incorporated the dynamic graph construction ins
30
30
` sac_v2.py ` : using target Q-value function instead of state-value function.
31
31
32
32
paper: https://arxiv.org/pdf/1812.05905.pdf
33
+
34
+ ** SAC Discrete**
35
+
36
+ ` sac_discrete.py ` : for discrete action space.
37
+
38
+ paper (the author is actually one of my classmates at IC): https://arxiv.org/abs/1910.07207
33
39
34
40
* ** Deep Deterministic Policy Gradient (DDPG)** :
35
41
You can’t perform that action at this time.
0 commit comments