フィルターのクリア

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 Center および File ExchangeSequence 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