Feeds
質問
Reinforcement Learning Toolbox Customize DQN Agent
In reinforcement learning toolbox, is it possible to customize the way that DQN Agent takes actions? For example in a snake game...
5年以上 前 | 1 件の回答 | 0
1
回答回答済み
reinforcement learning toolbox - q table
For those who are still looking for the q table I think this is the solution. critic = getCritic(agent); qtable = getLearnable...
reinforcement learning toolbox - q table
For those who are still looking for the q table I think this is the solution. critic = getCritic(agent); qtable = getLearnable...
5年以上 前 | 0
