Anooj commited on
Commit
2203c22
1 Parent(s): 957cdce
Files changed (1) hide show
  1. app.jl +1 -1
app.jl CHANGED
@@ -131,7 +131,7 @@ function ui(model)
131
  " You also have to extrapolate an exponentially growing set of possible states that your opponent is in. The search space ends up being very very large and intractible for traditional imperfect info (zero-sum) algorithms like CFR."
132
  br()
133
  h4("Methods Learned")
134
- "In this interactive paper, we're going to explore the combination of two novel methods from Stephen McAleer, specifically Neural E(X)tensive-form Double Oracle, along with ESCHEW to build a top Dark Chess Engine."
135
  "We also will explore ideas of Neural Replicator Dynamics and Follow the Regularized Leader to explore how we can optimize our Deep RL models to traverse policy gradients more effectively."
136
  ])
137
  ],
 
131
  " You also have to extrapolate an exponentially growing set of possible states that your opponent is in. The search space ends up being very very large and intractible for traditional imperfect info (zero-sum) algorithms like CFR."
132
  br()
133
  h4("Methods Learned")
134
+ "In this interactive paper, we're going to explore the combination of two novel methods from Stephen McAleer, specifically Neural E(X)tensive-form Double Oracle, along with ESCHER to build a top Dark Chess Engine."
135
  "We also will explore ideas of Neural Replicator Dynamics and Follow the Regularized Leader to explore how we can optimize our Deep RL models to traverse policy gradients more effectively."
136
  ])
137
  ],