This is the code for "Internet of Things Optimization" By Siraj Raval on Youtube
This is the code for this video on Youtube by Siraj Raval as part of the reinforcement learning course Move 37 at School of AI.
- numpy
- maptlotlib
You can run the jupyter notebooks in the browser in github. The python file needs to be run locally via the command 'python smarthome.py' in terminal
Credits for most of the code go to dennybritz. I adapted it to a smart home environment for the sake of this example.