MO-BeachDomain#
-- | - |
---|---|
Agents names |
-
|
-
Action Space |
-Discrete(3) |
-
Observation Space |
-Box(0.0, 100.0, (5,), float32) |
-
Reward Space |
-Box(0.0, 18.73087, (2,), float32) |
-
Import |
-
|
-
Environment for MO-BeachDomain problem.
-The init method takes in environment arguments and should define the following attributes:
--
-
possible_agents
-action_spaces
-observation_spaces -These attributes should not be changed after initialization.
-