Multi-Agent Reinforcement learning

조회 수: 16 (최근 30일)
Navid Yazdani
Navid Yazdani 2023년 7월 31일
댓글: Kuanishbay Sadatdiynov 2023년 12월 16일
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일
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
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Card games에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by