Classic Control¶
Multi-objective versions of classical Gymnasium’s environments.
Env |
Obs/Action spaces |
Objectives |
Description |
---|---|---|---|
Continuous / Discrete |
|
Classic Mountain Car env, but with extra penalties for the forward and reverse actions. From Vamplew et al. 2011. |
|
Continuous / Discrete |
|
The forward and backward penalties have been merged into the move penalty and a speed objective has been introduced which gives the positive reward equivalent to the car’s speed at that time step.* |
|
Continuous / Discrete |
|
Class Mountain Car env but an extra penalty for moving backwards or forwards merged into a move penalty. |
|
Continuous / Discrete |
|
Class Mountain Car env but an extra positive objective of speed which gives the positive reward equivalent to the car’s speed at that time step.* |
|
Continuous / Continuous |
|
Continuous Mountain Car env, but with penalties for fuel consumption. |
|
Continuous / Discrete or Continuous |
|
MO version of the |
*An additional objective was introduced to prevent the agent from converging to the local maxima due to a lack of reward signal for the static action.
**Read more about these environments and the detailed reasoning behind them in Pranav Gupta's Dissertation