필터 지우기
필터 지우기

rlNumericSpec and rlFiniteSetSpec multi channell environment + Qtable

조회 수: 2 (최근 30일)
Jpk
Jpk 2022년 1월 19일
답변: Aditya 2024년 1월 16일
I'm seeking to develop a custom environment for a (partially observable) Q learning problem. In particular I'm interested in been able to use in my environment a DT markov chain and some differential equations ( which estimante the state of the Markov chain). Something like have observations which are rlNumericSpec and rlFiniteSetSpec. In other words I would need my observations to have multiple channels and make use of a Qtable
Is there some best practice/ideas on how to accomplish this?
Cheers

답변 (1개)

Aditya
Aditya 2024년 1월 16일
Developing a custom environment for a partially observable Q-learning problem with a discrete-time (DT) Markov chain and differential equations is a complex task. However, MATLAB provides the tools necessary to create such an environment. Here are some best practices and ideas to help you accomplish this:
  1. Define the Environment interface
  2. Create the Custom Environment
  3. Create the Q-Table
  4. Implement the Learning Algorithm
  5. Create the MATLAB Environment Object

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by