- Keras Reinforcement Learning Projects
- Giuseppe Ciaburro
- 87字
- 2021-08-13 15:26:05
Deep Q-learning
Deep Q-learning represents an evolution of the basic Q-learning method the state-action is replaced by a neural network, with the aim of approximating the optimal value function.
Compared to the previous approaches, where it was used to structure the network in order to request both input and action and providing its expected return, Deep Q-learning revolutionizes the structure in order to request only the state of the environment and supply as many status-action values as there are actions that can be performed in the environment.
推薦閱讀
- Ansible Configuration Management
- 嵌入式系統應用
- 21天學通JavaScript
- Go Machine Learning Projects
- Spark編程基礎(Scala版)
- TestStand工業自動化測試管理(典藏版)
- 輕松學Java
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- 空間傳感器網絡復雜區域智能監測技術
- 工業機器人安裝與調試
- 西門子變頻器技術入門及實踐
- Godot Engine Game Development Projects
- 生物3D打印:從醫療輔具制造到細胞打印
- 智能+:制造業的智能化轉型
- Advanced Deep Learning with Keras