Reinforcement Learning Using Action as Time series command
이전 댓글 표시
I am trying to solve a RL problem with two finger robot simulated in simscape. The input to the robot is a time series signal with time and gripping position (21 time points). For every action coming from RL agent has to execute this as a single time based gripping position as action to get one observation. I am not able to find a relevant example for this case. Request your support to provide guidance to solve this.

답변 (1개)
Emmanouil Tzorakoleftherakis
2021년 3월 5일
0 개 추천
Let me make sure I understand the question: the RL Agent action is to close the gripper or not, but you want this action to be provided to the robot only after the time-series trajectory is executed. Is that accurate?
In that case, you could place the RL Agent block in a triggered subsystem. This woud allow you to implement the logic of when you want RL to read observations and provide an action (there is no example I can point you to for this unfortunately).
카테고리
도움말 센터 및 File Exchange에서 Reinforcement Learning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!