Reinforcement Learning With Variable Actions

后端 未结 3 1335
眼角桃花
眼角桃花 2021-02-05 20:28

All the reinforcement learning algorithms I\'ve read about are usually applied to a single agent that has a fixed number of actions. Are there any reinforcement learning algorit

3条回答
  •  甜味超标
    2021-02-05 21:05

    In continuous domain action spaces, the policy NN often outputs the mean and/or the variance, from which you, then, sample the action, assuming it follows a certain distribution.

提交回复
热议问题