xcode-select --install
- Have homebrew installed as your Mac package manager
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Should you need to install Python
brew install python
brew install pipenv
brew install cmake boost boost-python sdl2 swig wget
pipenv install
pipenv shell
- UC Berkeley Reinforcement Learning Policy Gradient Lecture
- Blog post related to policy gradient method in tensorflow
- Vikram Krishnamurthy Partially Observed Markov Decision Processes: From Filtering to Controlled Sensing Chapters: 6.1, 8.1, 8.2
- Blog post on an outsiders view of RL
- Anthony Bisulco(Cornell MEng ECE 2019)[email protected]
- Ben Zelditch(Cornell MEng CS 2019)[email protected]