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
