このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
環境
強化学習環境のダイナミクスと出力をモデル化する
強化学習のシナリオでは、エージェントがやり取りをする世界を環境によってモデル化します。
Reinforcement Learning Toolbox™ は、さまざまなベンチマーク環境を実装する事前定義済みオブジェクトを提供します。環境ダイナミクスのカスタム関数を使用したり、既存の環境テンプレート クラスを変更したり、Simulink® モデルを使用したりして、独自の環境を作成することもできます。
強化学習環境の概要については、Reinforcement Learning Environmentsを参照してください。
関数
ブロック
RL Agent | 強化学習エージェント |
トピック
強化学習環境の概要
- Reinforcement Learning Environments
Model environment dynamics using a MATLAB® object that generates rewards and observations in response to agents actions.
グリッド ワールド環境
- Load Predefined Grid World Environments
Load grid world environments in which the actions, observations, and rewards are already defined. - Create Custom Grid World Environments
Create custom grid world environments by defining your own grid size, rewards and obstacles.
事前定義済み制御システム環境
- Load Predefined Control System Environments
Load predefined environments used as benchmarks for control systems design.
カスタム MATLAB 環境
- Define Reward and Observation Signals in Custom Environments
Create a reward signal that measures how successfully the agent actions are achieving a goal. - ステップ関数とリセット関数を使用したカスタム環境の作成
カスタムのステップ関数とリセット関数を提供して、強化学習環境を作成する。 - Create Custom Environment from Class Template
Create a custom reinforcement learning environment by modifying a template environment class.
カスタム Simulink 環境
- Define Reward and Observation Signals in Custom Environments
Create a reward signal that measures how successfully the agent actions are achieving a goal. - Create Custom Simulink Environments
Create a custom environment using a Simulink model that generates rewards and observations in response to agents actions. - Create and Simulate Same Environment in Both MATLAB and Simulink
Understand differences between reinforcement learning loops implemented in MATLAB and Simulink. - 貯水タンクの強化学習環境モデル
タンクの水位コントローラーの代わりに、RL Agent ブロックを含む強化学習 Simulink 環境を作成する。
強化学習デザイナーでの環境の読み込み
- 強化学習デザイナーでの MATLAB 環境の読み込み
強化学習デザイナー アプリで MATLAB 環境を読み込む。 - Load Simulink Environments in Reinforcement Learning Designer
Load a Simulink environment in the reinforcement designer app.