在人工智慧的世界裡,強化學習毫無疑問是最有前途、發展最快的技術之一!
這堂課將教你學習使用 Python,Pytorch 和 OpenAI Gym 應用強化學習(reinforcement)和人工智慧演算法
從這 7 小時的課程,你會學到
1. 強化學習基礎
2. Tabular 方法
貝爾曼(Bellman)方程
3. Q Learning
4. 深度強化學習
5. 從視訊輸入中學習
>本課程所有的程式碼和安裝說明都已更新並經過驗證可以使用 Pytorch 1.0。
https://softnshare.com/reinforcement-learning-with-pytorch/
「openai gym安裝」的推薦目錄:
openai gym安裝 在 openai/gym: A toolkit for developing and comparing ... - GitHub 的推薦與評價
Gym is an open source Python library for developing and comparing reinforcement learning algorithms by providing a standard API to communicate between learning ... ... <看更多>
openai gym安裝 在 安装OpenAI/gym时的若干问题 - piper 的推薦與評價
OpenAI Gym 是用于开发和比较强化学习的工具箱。在安装gym的过程中,遇到了一些问题,可行的解决方法总结如下。 安装完全版本([full])的gym之前, ... ... <看更多>