File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,11 @@ <h4>✨ <a href="gan/index.html">Generative Adversarial Networks</a></h4>
110
110
< li > < a href ="gan/stylegan/index.html "> StyleGAN 2</ a > </ li >
111
111
</ ul >
112
112
< h4 > ✨ < a href ="sketch_rnn/index.html "> Sketch RNN</ a > </ h4 >
113
+ < h4 > ✨ < a href ="cfr/index.html "> Counterfactual Regret Minimization (CFR)</ a > </ h4 >
114
+ < p > Solving games with incomplete information such as poker with CFR.</ p >
115
+ < ul >
116
+ < li > < a href ="cfr/kuhn/index.html "> Kuhn Poker</ a > </ li >
117
+ </ ul >
113
118
< h4 > ✨ < a href ="rl/index.html "> Reinforcement Learning</ a > </ h4 >
114
119
< ul >
115
120
< li > < a href ="rl/ppo/index.html "> Proximal Policy Optimization</ a > with
Original file line number Diff line number Diff line change 50
50
51
51
#### ✨ [Sketch RNN](sketch_rnn/index.html)
52
52
53
+ #### ✨ [Counterfactual Regret Minimization (CFR)](cfr/index.html)
54
+
55
+ Solving games with incomplete information such as poker with CFR.
56
+
57
+ * [Kuhn Poker](cfr/kuhn/index.html)
58
+
53
59
#### ✨ [Reinforcement Learning](rl/index.html)
54
60
* [Proximal Policy Optimization](rl/ppo/index.html) with
55
61
[Generalized Advantage Estimation](rl/ppo/gae.html)
Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ implementations almost weekly.
56
56
57
57
#### ✨ [ Sketch RNN] ( https://nn.labml.ai/sketch_rnn/index.html )
58
58
59
+ #### ✨ [ Counterfactual Regret Minimization (CFR)] ( https://nn.labml.ai/cfr/index.html )
60
+
61
+ Solving games with incomplete information such as poker with CFR.
62
+
63
+ * [ Kuhn Poker] ( https://nn.labml.ai/cfr/kuhn/index.html )
64
+
59
65
#### ✨ [ Reinforcement Learning] ( https://nn.labml.ai/rl/index.html )
60
66
* [ Proximal Policy Optimization] ( https://nn.labml.ai/rl/ppo/index.html ) with
61
67
[ Generalized Advantage Estimation] ( https://nn.labml.ai/rl/ppo/gae.html )
You can’t perform that action at this time.
0 commit comments