how to create own environment in reinforcement learning

1 回表示 (過去 30 日間)
manveen kaur
manveen kaur 2019 年 7 月 21 日
コメント済み: Kai Tybussek 2020 年 7 月 2 日
how to create own environment.

回答 (1 件)

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2019 年 7 月 23 日
To create a MATLAB environment type
rlCreateEnvTemplate('myEnv')
This will create a template m file based on the pendulum system. You can use this as a starting point and make changes as needed for your application.
For Simulink environments, you can use blocks to represent the system dynamics and reward, and use the Agent block to train and simulate the agent.
  1 件のコメント
Kai Tybussek
Kai Tybussek 2020 年 7 月 2 日
Is there some more documentation about custom environments exept this example? It´s not very detailed in terms of constraints for the different functions or properties. An Environment for a complete continuous Observation and Actionspace wld be very interesting to me, as well as an example on how to implement real hardware communication into an reinforcement learning algorithm. Like building a real cart-pole system and let the agent train in "real" scenarios.
best regards
Kai

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

Community Treasure Hunt

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

Start Hunting!

Translated by