├── .gitattributes ├── 9781484265024.jpg ├── Abhilash_Ch01_Python_Notebooks.zip ├── Abhilash_Ch02_Python_Notebooks.zip ├── Abhilash_Ch02_UnityFolders.zip ├── Abhilash_Ch03_Python_Notebooks.zip ├── Abhilash_Ch05_Python_Notebooks.zip ├── Abhilash_Ch06_Python_Notebooks.zip ├── Abhilash_Ch07_Python_Notebooks.zip ├── Contributing.md ├── LICENSE.txt ├── MAB-Unity.zip ├── Q-Learning.zip ├── README.md └── errata.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/.gitattributes -------------------------------------------------------------------------------- /9781484265024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/9781484265024.jpg -------------------------------------------------------------------------------- /Abhilash_Ch01_Python_Notebooks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/Abhilash_Ch01_Python_Notebooks.zip -------------------------------------------------------------------------------- /Abhilash_Ch02_Python_Notebooks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/Abhilash_Ch02_Python_Notebooks.zip -------------------------------------------------------------------------------- /Abhilash_Ch02_UnityFolders.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/Abhilash_Ch02_UnityFolders.zip -------------------------------------------------------------------------------- /Abhilash_Ch03_Python_Notebooks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/Abhilash_Ch03_Python_Notebooks.zip -------------------------------------------------------------------------------- /Abhilash_Ch05_Python_Notebooks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/Abhilash_Ch05_Python_Notebooks.zip -------------------------------------------------------------------------------- /Abhilash_Ch06_Python_Notebooks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/Abhilash_Ch06_Python_Notebooks.zip -------------------------------------------------------------------------------- /Abhilash_Ch07_Python_Notebooks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/Abhilash_Ch07_Python_Notebooks.zip -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/Contributing.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MAB-Unity.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/MAB-Unity.zip -------------------------------------------------------------------------------- /Q-Learning.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/Q-Learning.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/README.md -------------------------------------------------------------------------------- /errata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/deep-reinforcement-learning-unity/HEAD/errata.md --------------------------------------------------------------------------------