Multi-Agent Reinforcement learning

I have a game similar to poker (but different) coded up in Matlab where the game is one Matlab function and each player's strategy is a different function I've written. I'd like to replace two of the players with reinforcement learning AI agents so the AI plays itself and hopefully optimizes. Is it possible to do this in Matlab or do I have to use Simulink? I've never used the reiinforcement learning tools in Matlab so any pointers are appreciated.

回答 (1 件)

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023 年 8 月 9 日
編集済み: Emmanouil Tzorakoleftherakis 2023 年 9 月 25 日

0 投票

As of R2023b, you can do multi-agent reinforcement learning using MATLAB environments. Please take a look at this example and R2023b release notes.

3 件のコメント

Kuanishbay Sadatdiynov
Kuanishbay Sadatdiynov 2023 年 12 月 15 日
Hello Emmanouil,
Is there a way to implement multi-agent RL by creating a custom environment from a class template rather than using reset and step functions? If yes, could you share the example, please? Thanks.
Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023 年 12 月 15 日
We are working on this. In the meantime, you can use the following environment as a template:
edit rl.env.pusher.PusherEnvironment
Kuanishbay Sadatdiynov
Kuanishbay Sadatdiynov 2023 年 12 月 16 日
Thank you, let me try.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeVideo games についてさらに検索

製品

リリース

R2023a

質問済み:

2023 年 7 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by