“The first duty in life is to be as artificial as possible. What the second duty is no one has as yet discovered.” Oscar Wilde
 
Category: <span>Software</span>

Game of Nim, Supervised Learning

There are entire theses devoted to reinforcement learning of the game of nim, in particular those of ERIK JÄRLEBERG (2011) and  PAUL GRAHAM & WILLIAM LORD (2015). Those two were successful in training a reinforcement-based agent to play the game of nim with a high percentage of accurate moves. However, they used lookup tables …

R shiny custom docker server with caching

So now we’re ready to deploy our own custom R Shiny server with caching. We had previously already discussed the pros and cons of hosting your own server, by this we mean a docker based server in the cloud Signing up at https://www.shinyapps.io/ See this https://arthought.com/r-shiny-stock-analysis. Then we had opted …

Game of Nim

This post starts a mini series of two posts in which we want to solve the Game of Nim using Reinforcement learning. The first part of this mini series is devoted to having a look at using our own Nim-specific custom environment for OpenAI. The Game of Nim is a …

PHP Code Snippets Powered By : XYZScripts.com