|
Hi, My observation space is rather complicated, such as: different part of the observation need to be fed into different encoder(model), may I ask is there any templet code to handle such case? Thanks in advance. |
Answered by
PaParaZz1
Mar 16, 2023
Replies: 2 comments 2 replies
|
You should define your own encoder network and pass it to the pre-defined template model and policy. We will add an example code to in a week. BTW, which DRL policy do you prefer to use? We can add an example on this policy. |
1 reply
Answer selected by
luxiaolei
|
Hi XiaoLei! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should define your own encoder network and pass it to the pre-defined template model and policy. We will add an example code to in a week.
BTW, which DRL policy do you prefer to use? We can add an example on this policy.