OpenAI Gym Demo for Tucson Python Meetup
pip install gym
pip install numpy
pip install matplotlib
- Jupyter Notebook
python -m pip install jupyter
Or if that doesn't work, go here: http://jupyter.org/install
- Get started with
cartpole_exploration.ipynb
- Finish
binned_q_agent.py
by following alongfilling_out_q_agent.md
- Check out other environments