Menu

initial-setup

Ritesh Malaiya

Install Gym

git clone https://github.com/rkmalaiya/deep-learning
cd deep-learning
git submodule update --init --recursive
cd reinforcement/gym
pip install -e .

Install XMing on Windows
Download Xming

Enable X11

Step 1
Step 2

Start Jupyter
nohup jupyter notebook &

Example Notebooks

  • Q learning: FrozenLakeusingQTableLearning.ipynb
  • Q learning with Neural Network: FrozenLakeusingQTableLearningwithNeuralNetwork.ipynb
  • Deep Q-Learning: Q-learning-cart.ipynb

Related

Wiki: Malaiya-Lab-Notes

Auth0 Logo