To reproduce the results, install the requirements.txt and then launch run.py.

To switch between Taxi-v3 and CliffWalking-v0, change line 12:

(env_name, simEnv) = ENVIRONMENTS.CLIFF # CliffWalking-v0
(env_name, simEnv) = ENVIRONMENTS.TAXI # Taxi-v3