Some packages can be directly installed from CRAN or GitHub, while H2O and MXNet are a bit more complex. We will start with the packages that are the most straightforward to install and then move on to those that are more complex.
Installing the packages
Installing ReinforcementLearning
You can install ReinforcementLearning by using install.packages, since there is a CRAN release for this package, with the following line of code:
install.packages("ReinforcementLearning")
Installing RBM
The RBM package is only available on GitHub and is not...