PPO agent with continuous action example
显示 更早的评论
I go through the example using PPO to build land rocket model. (https://www.mathworks.com/help/reinforcement-learning/ug/train-ppo-agent-to-land-rocket.html?s_tid=blogs_rc_4) However, the action in this example is discrete. I wonder when I change my action to continuous action . How do I create actornetwork as there is numact as one parameter in actor_network
回答(1 个)
Emmanouil Tzorakoleftherakis
2020-7-22
0 个投票
Hello,
If you want to use PPO, i.e. a stochastic actor with continuous action space, you can follow the structure shown here.
类别
在 帮助中心 和 File Exchange 中查找有关 Reinforcement Learning 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!