Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 609 Bytes

gym-mountain-cliff

An implementation of the Mountain Cliff environment for use with OpenAI Gym.

Installation

  1. Clone this repository.
  2. (optional) Activate the Python virtual environment you want to use this with.
  3. Run pip install -e . in the gym-mountain-cliff project directory.

Usage

import gym
import gym_mountain_cliff

env = gym.make('MountainCliff-v0')

References

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.