An implementation of the Mountain Cliff environment for use with OpenAI Gym.
- Clone this repository.
- (optional) Activate the Python virtual environment you want to use this with.
- Run
pip install -e .
in the gym-mountain-cliff project directory.
import gym
import gym_mountain_cliff
env = gym.make('MountainCliff-v0')
De Asis, K., Hernandez-Garcia, J. F., Holland, G. Z., & Sutton, R. S. (2018, April). Multi-step reinforcement learning: A unifying algorithm. In Thirty-Second AAAI Conference on Artificial Intelligence.