You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following algorithms have been implemented in ChainerRL:
48
50
- A3C (Asynchronous Advantage Actor-Critic)
@@ -53,6 +55,7 @@ Following algorithms have been implemented in ChainerRL:
53
55
- PGT (Policy Gradient Theorem)
54
56
- PCL (Path Consistency Learning)
55
57
- PPO (Proximal Policy Optimization)
58
+
- TRPO (Trust Region Policy Optimization)
56
59
57
60
Q-function based algorithms such as DQN can utilize a Normalized Advantage Function (NAF) to tackle continuous-action problems as well as DQN-like discrete output networks.
0 commit comments