Classic Control#

Multi-objective versions of classical Gymnasium’s environments.

Env

Obs/Action spaces

Objectives

Description

mo-mountaincar-v0

Continuous / Discrete

[time_penalty, reverse_penalty, forward_penalty]

Classic Mountain Car env, but with extra penalties for the forward and reverse actions. From Vamplew et al. 2011.

mo-mountaincarcontinuous-v0

Continuous / Continuous

[time_penalty, fuel_consumption_penalty]

Continuous Mountain Car env, but with penalties for fuel consumption.

mo-lunar-lander-v2

Continuous / Discrete or Continuous

[landed, shaped_reward, main_engine_fuel, side_engine_fuel]

MO version of the LunarLander-v2 environment. Objectives defined similarly as in Hung et al. 2022.