Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 468 Bytes

custom_scenario.rst

File metadata and controls

12 lines (9 loc) · 468 Bytes

Custom Scenario

image

Scenario is where the interaction between RL agent(s) and an environment with a unique specific settings takes place. One of the MLPro's features is enabling the user to apply a template class for an RL scenario consisting of an environment and an agent/agents. Moreover, you can create eihter single-agent scenario or multi-agent scenario in a simple manner.

Add text here!