We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7da32f commit d1af180Copy full SHA for d1af180
README.md
@@ -36,6 +36,10 @@ Since Tensorflow 2.0 has already incorporated the dynamic graph construction ins
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
39
+
40
+ **SAC Discrete PER**
41
42
+ `sac_discrete_per.py`: for discrete action space, and with prioritized experience replay (PER).
43
44
* **Deep Deterministic Policy Gradient (DDPG)**:
45
0 commit comments