using Q learning agent for continuous observation space
显示 更早的评论
Hello,
I have a reinforcement learning problem where the observation is the error of closed loop feedback and it is continuous, and discrete action space.
but Im a little bit confused about making critic using rlQValueRepresentation which its syntax mostly uses either a table or deep neural network,
and they are inappropriate for my work, as I didnt find any example like this in Mathworks website, Is there anyone who can help me on this?
回答(1 个)
Stephan
2020-6-16
0 个投票
You also are allowed to write a custom critic function:
类别
在 帮助中心 和 File Exchange 中查找有关 Environments 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!