When I run python main_IW.py --exp_name nn-w-proj_0 --lam 0 --seed 42, it shows: "gym.error.UnregisteredEnv: No registered env with id: Eplus-IW-test-v0". In Gnu-RL, it uses '5Zone-control_TMY3-v0', which is different from the environment here.
Can you help? Thanks.